Button

A versatile button component with multiple sizes and customizable styling.

<!-- +page.svelte -->
PropTypeDefaultDescription
size'sm' | 'md' | 'lg''md'Controls the size of the button
classNamestring''Additional CSS classes to apply

Note: The Button component also accepts all standard HTML button attributes via $$restProps.