API reference
Generated from each primitive's $props() declaration.
blockquote
Styled quotation block.
| Prop | Type | Default | Description |
|---|---|---|---|
| ref bind: | HTMLElement | null | null | |
| class as className | string | — | |
| variant | "default" | "card" | "accent" | "minimal" | "default" | |
| size | "sm" | "default" | "lg" | "xl" | "default" | |
| cite | — | — | |
| author | — | — | |
| children | Snippet | — | |
| ...restProps | Record<string, unknown> | — | Remaining attributes, spread onto the underlying element. |