Installation
pnpm dlx shadcn@latest add @spell/label-inputExamples
Password Input
Ring Color
Usage
import { LabelInput } from "@/components/label-input";<LabelInput label="Email" type="email" />
<LabelInput label="Password" type="password" />
<LabelInput label="Name" ringColor="blue" />Props
| Prop | Type | Default |
|---|---|---|
label | string | Your Email |
ringColor | RingColor | muted |
containerClassName | string | - |
className | string | - |
type | string | email |
placeholder | string | "" |
...props | InputHTMLAttributes | - |