Components
- Accordion
- Alert
- Alert Dialog
- Aspect Ratio
- Avatar
- Badge
- Breadcrumb
- Button
- Button Group
- Card
- Checkbox
- Collapsible
- Combobox
- Command
- Context Menu
- Dialog
- Dropdown Menu
- Empty
- Field
- Hover Card
- Input
- Input Group
- Input OTP
- Item
- Kbd
- Label
- Native Select
- Pagination
- Popover
- Progress
- Radio Group
- Select
- Separator
- Sheet
- Sidebar
- Skeleton
- Slider
- Sonner
- Spinner
- Switch
- Table
- Tabs
- Textarea
- Toast
- Toggle
- Toggle Group
- Tooltip
- Typography
Get Started
@shadcn/react
@shadcn/helpers
Force UI registry
Utilities
For form fields, use the Field component which includes built-in label, description, and error handling.
Installation#
pnpm dlx shadcn@latest add @force-ui-ember/label
Usage#
import { Label } from '@/ui/label';<Label @for="email">Your email address</Label>Label in Field#
For form fields, use the Field component which
includes built-in FieldLabel, FieldDescription, and FieldError components.
import { Field, FieldLabel } from '@/ember-ui/field';
import { Input } from '@/ember-ui/input';<Field>
<FieldLabel @for="email">Your email address</FieldLabel>
<Input id="email" />
</Field>RTL#
To enable RTL support in Force UI, see the RTL configuration guide.
API Reference#
See the Radix UI Label documentation for more information.
Deploy your shadcn/ui app on Vercel
Trusted by OpenAI, Sonos, Adobe, and more.
Vercel provides tools and infrastructure to deploy apps and features at scale.
Deploy to Vercel