Input
FormsA recessed glass text field with an aqua focus ring.
Example
<script lang="ts">
import { Input } from '$lib/components/ui/input';
import { Label } from '$lib/components/ui/label';
</script>
<div class="flex w-full max-w-xs flex-col gap-2">
<Label for="reservoir">Reservoir name</Label>
<Input id="reservoir" placeholder="Clearwater Basin" />
</div>Installation
npx shadcn-svelte@latest add https://mizu-ui.com/r/input.json