A text field with an optional label and helper text. Comes in two variants.
Copy the command below and run it in your terminal.
bunx @sivir/ui add input
pnpm dlx @sivir/ui add input
npx @sivir/ui add input
yarn dlx @sivir/ui add input
Import the Input and use it in your component:
import { Input } from '$lib/sivir/components/input'; <Input label="Email" placeholder="you@example.com" />
Explore the Input in different variants.