Select

A styled select dropdown component with customizable options.

<!-- +page.svelte -->
PropTypeDefaultDescription
optionsArray<{label: string, value: string}>[]Array of options to display in the select
classNamestring''Additional CSS classes to apply

Note: The Select component also accepts all standard HTML select attributes via $$restProps.