Fuegokit React ships with several ready-to-use card variants that you can include in common grid layouts on Getting Started screens.
Each can be rendered in a responsive grid, and each features polymorphic behavior that allows developers to render the card as the appropriate semantic element (as a li
with the grid rendered as an ul
, for example.)
For specific props tables, explore each component's props in Storybook.
Import
import {ButtonCard, ListCard, CoreFeaturesCard, AdminFeaturesCard, SurfaceCard}
Typescript support
Fuegokit React ships with Typescript support and to access the types for each card and its accompanying action, import them with the component:
import {SurfaceCard, UseCaseCard} from '@fuegokit/react'
Surface Card
Surface Card renders a list item or other semantically appropriate card item that has a clickable surface, while maintaining semantic html structure and accessibility features for users of assistive technologies should be provided affordancesthat ensure that the card and content are usable and inclusive.
Typically used in a grid of 4, available with or without border and can be raised by default with the raised
prop.