Select
A styled select dropdown component with customizable options.
<!-- +page.svelte -->
| Prop | Type | Default | Description |
|---|---|---|---|
| options | Array<{label: string, value: string}> | [] | Array of options to display in the select |
| className | string | '' | Additional CSS classes to apply |
Note: The Select component also accepts all standard HTML select attributes
via $$restProps.