Card

Card components display content and actions about a single subject
Access to Fuegokit npm packages, source code repositories, and some content is limited to Appfire staff. Log in with Slack to continue.

Cards can support multiple actions, media, and UI elements. Use the Card component to compose your own card components, to be used as entry points to more complex or detailed information.

Import

import {Card} from '@fuegokit/react'

Usage

Basic example:

See also