--- ## Card Flexible container for grouping related content with optional header, footer, and interactive states. Renders as div, button, or anchor depending on the provided props. **Import:** `import { Card } from '@urbicon-ui/blocks';` ### Examples ```svelte {#snippet header()}

Title

{/snippet}

Body content

``` ```svelte navigate('/detail')}> {#snippet header()}
Jane Doe
{/snippet}

Interactive card that navigates on click.

{#snippet footer()} 2 min ago {/snippet}
``` ### Variants - variant: elevated, floating, outlined, quiet (default: quiet) - disabled: true (default: false) - dividers: true (default: false) - padding: lg, md, none, sm, xl (default: md) ### Api | Prop | Type | Required | Default | Description | | --- | --- | :---: | --- | --- | | ...CardVariants | `VariantProps` | no | | Styling variants from CardVariants | | ...HTMLAttributes | `HTMLAttributes` | no | | HTML attributes (excluding: 'children') | | children | `Snippet` | no | | Content to render inside the Card component | | class | `string` | no | | Extra classes merged onto the root element. | | clickable | `boolean` | no | | Force `