Button
A versatile button component with multiple sizes and customizable styling.
<!-- +page.svelte -->
| Prop | Type | Default | Description |
|---|---|---|---|
| size | 'sm' | 'md' | 'lg' | 'md' | Controls the size of the button |
| className | string | '' | Additional CSS classes to apply |
Note: The Button component also accepts all standard HTML button attributes
via $$restProps.