@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.
Documentation
Visit lsd.nipsys.dev for complete documentation with 185+ live examples, component API reference, and design token documentation.
Installation
npm add @nipsys/lsdQuick 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-lsdThe 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.4react-dom^19.2.4
License
MIT
