Input
A styled input field component with focus states and customizable styling.
<!-- +page.svelte -->
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | '' | Additional CSS classes to apply |
Note: The Input component also accepts all standard HTML input attributes
via $$restProps.