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
Implementation decisions
Use the typography primitives to preserve document structure while applying consistent visual rhythm. Choose heading levels from the page outline, not the desired size, and keep paragraphs, lists, quotations, and code semantically accurate. Confirm readable line length, text scaling, link distinction, and sufficient contrast across themes. Test long translations, bidirectional text, narrow screens, user font overrides, print, and 200 percent zoom.
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
Load the real component preview when you are ready to interact with its responsive, theme, and direction controls.
Editable source
The registry payload stays off the initial page request.