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> & { level?: 2 | 3 | 4 | 5 | 6; }
Troubleshooting
Implementation decisions
Use a card to group content that belongs together, not to make every region look interactive. If the whole surface navigates, keep one clear link target and avoid nesting other controls inside it; otherwise expose each action normally. Maintain a logical heading level and reading order when cards reflow. Test missing media, long titles, mixed action counts, keyboard focus, narrow columns, forced colours, and whether the grouped information still makes sense without the visual boundary.
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.