Semantics
Separate article, anchor, and button roots prevent false interactivity.
Display and feedback · stable · MIT
Passive, link, and button surfaces held in one continuous gel-pocket frame.
Install editable source
Behavior contract
Separate article, anchor, and button roots prevent false interactivity.
Native link or button behavior on interactive roots.
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.
GummyCardGummyCardButtonGummyCardContentGummyCardDescriptionGummyCardFooterGummyCardHeaderGummyCardIconGummyCardLinkGummyCardTitleGummyCardButtonPropsComposes React.ButtonHTMLAttributes<HTMLButtonElement> & CardVisualProps
GummyCardLinkPropsComposes React.AnchorHTMLAttributes<HTMLAnchorElement> & CardVisualProps
GummyCardPropsComposes Omit< React.HTMLAttributes<HTMLElement>, "onClick" | "onKeyDown" | "onKeyUp" | "tabIndex" | "role" > & CardVisualProps
GummyCardTitlePropsComposes React.HTMLAttributes<HTMLHeadingElement> & { /** Selects the heading level required by the surrounding document outline. */ level?: 2 | 3 | 4 | 5 | 6; }
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.
Card preview: fluid width, light theme, left to right.
Editable source