Manti UI logoManti UIv0.8.0
StorybookGitHub

Blockquote

Blockquote renders the native <blockquote> element for quotations from another source. Its leading accent, spacing, type, and color all resolve through Manti tokens.

Components should preserve the meaning of the HTML they render.
A shared token language makes every new primitive feel at home.

Attribution

The native cite attribute stores a source URL but does not display it. Put visible attribution next to the Blockquote in your own <cite> element when readers need to see the source.

API

Blockquote accepts every native <blockquote> attribute in addition to the props below.

PropTypeDefaultDescription
size'md' | 'lg''md'Visual size of the quoted text.
citestringNative source URL for the quotation. This metadata is not rendered as visible attribution.

Styling

Anatomy

PartSelectorDescription
root[data-scope="blockquote"][data-part="root"]The semantic <blockquote> element.

Tokens

TokenControls
--manti-blockquote-accent-widthaccent width
--manti-blockquote-padding-xpadding x
--manti-blockquote-font-sizefont size

Built end-to-end with Manti UI components and design tokens. Manti UI is a framework-agnostic design system on Zag.js.

GitHub