Semantics
Native text elements preserve the requested document hierarchy.
Foundations · stable · MIT
Headings, text, eyebrow, blockquote, and inline-code foundations.
Install editable source
Behavior contract
Native text elements preserve the requested document hierarchy.
No component-specific keys.
Light and dark themes, logical RTL layout, reduced motion, responsive content, and forwarded public refs.
Source-derived reference
These public React parts are read directly from the canonical source during the documentation build.
GummyBlockquoteGummyEyebrowGummyHeadingGummyInlineCodeGummyTextGummyBlockquotePropsComposes React.BlockquoteHTMLAttributes<HTMLQuoteElement> & { citeLabel?: React.ReactNode; }
GummyEyebrowPropsComposes React.HTMLAttributes<HTMLParagraphElement>
GummyHeadingPropsComposes React.HTMLAttributes<HTMLHeadingElement> & { level?: HeadingLevel; size?: "display" | "title" | "section" | "subsection"; balance?: boolean; }
GummyInlineCodePropsComposes React.HTMLAttributes<HTMLElement>
GummyTextPropsComposes React.HTMLAttributes<HTMLParagraphElement> & { size?: "small" | "body" | "large"; tone?: "default" | "soft" | "muted"; measure?: "compact" | "reading" | "wide" | "none"; }
Troubleshooting
Live product source
The Component Lab exercises real source across default, focus, disabled, responsive, dark, reduced-motion, and RTL contexts.
Open the live Component LabInteractive inspection
Resize the canvas, switch its theme, or reverse its reading direction without changing the rest of the page.
Typography preview: fluid width, light theme, left to right.
Editable source