Elements Blockquote
Back to Elements

Blockquote

0 components

UI elements you can copy into your project.

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.