@uix-ai/react
v0.0.2
Published
React renderer and base components for UIX protocol layer - Lucid design system
Downloads
22
Maintainers
Readme
@uix-ai/react
React renderer and base components for the UIX protocol layer, built on the Lucid design system.
Installation
pnpm add @uix-ai/reactUsage
import { Button, Card, Badge, Input, Skeleton } from '@uix-ai/react'
function App() {
return (
<Card>
<Badge variant="secondary">New</Badge>
<Input placeholder="Type something..." />
<Button>Submit</Button>
</Card>
)
}Components
Button- Configurable button with multiple variants and sizesCard- Container component with header, content, footer slotsBadge- Small status indicatorInput- Text input fieldSkeleton- Loading placeholder
License
MIT
