npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@nipsys/lsd

v1.1.3

Published

@nipsys/lsd is a UI component library based on the Logos Design System

Readme

@nipsys/lsd

Minimalist, accessible UI components following the Logos Design System. Built for React 19+ on top of Radix UI.

npm version MIT License

React Tailwind CSS Radix UI

Documentation

Visit lsd.nipsys.dev for complete documentation with 185+ live examples, component API reference, and design token documentation.

Installation

npm add @nipsys/lsd

Quick Start

Import the LSD styles:

@import "@nipsys/lsd/css";

Or import in JavaScript/TypeScript:

import '@nipsys/lsd/css'

Start building components:

import { Button, Card, CardContent, CardHeader, CardTitle } from '@nipsys/lsd'

function App() {
  return (
    <Card>
      <CardHeader>
        <CardTitle>Minimal UI</CardTitle>
      </CardHeader>
      <CardContent>
        <Button>Click me</Button>
      </CardContent>
    </Card>
  )
}

What's Included

  • 39 components - Forms, navigation, data display, overlays, feedback, and layout
  • Accessibility-first - Radix UI primitives with full keyboard navigation
  • Theming - 5 accent themes + light/dark modes
  • Documentation with 185+ live examples
  • TypeScript - Full type definitions included
  • Tailwind CSS - Built with Tailwind CSS v4

Component Categories

Forms (15 components)

Autocomplete, Button, ButtonGroup, Checkbox, Command, Field, Form, Input, InputGroup, Label, RadioGroup, Select, Slider, Switch, Textarea

Navigation (4 components)

Menubar, NavigationMenu, Sidebar, Tabs

Overlays (5 components)

AlertDialog, Dialog, DropdownMenu, Popover, Sheet

Feedback (4 components)

Alert, Badge, Progress, Sonner

Layout (7 components)

Accordion, Avatar, Calendar, Card, ScrollArea, Separator, Table

Typography & Interactive (4 components)

Toggle, ToggleGroup, Tooltip, Typography

AI Skill

npx skills add nipsys-lsd

The nipsys-lsd skill provides guidance on:

  • Component APIs and usage patterns
  • Design tokens (colors, typography, spacing scale)
  • Theming with accent colors and light/dark modes
  • Composition patterns for complex components

Best for developers building UI components with LSD in any React 19+ project.

Peer Dependencies

  • react ^19.2.4
  • react-dom ^19.2.4

License

MIT