Table
A styled table component with consistent borders and styling.
| Name | Age | City |
|---|---|---|
| John | 25 | New York |
| Jane | 30 | Los Angeles |
<!-- +page.svelte -->
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | '' | Additional CSS classes to apply |
Note: The Table component also accepts all standard HTML table attributes
via $$restProps.