@formscn/ui
v0.1.2
Published
shadcn/ui components for FormsCN
Maintainers
Readme
@formscn/ui
UI components for FormSCN forms.
Installation
This package is automatically installed with @formscn/form. You typically don't need to install it directly.
# If using @formscn/form, this is auto-installed
npm install @formscn/uiRequirements
- React 18+
- Tailwind CSS 4+
Available Components
- Input, Textarea
- Select, Checkbox, Switch, RadioGroup
- Button, Badge
- Card, Separator
- Popover, Tooltip
- Calendar
- Label
Usage
import { Input, Label, Button } from "@formscn/ui";
<Input placeholder="Enter text" />
<Label>Label Text</Label>
<Button>Click me</Button>License
MIT
