Skip to Content
ComponentsContainersCard

Card

Team
4 members, 2 pending invitations.
import { Card } from '@gg-software/ui'; <Card title="Team" footer={<Button size="sm" variant="primary">Invite</Button>}> <Text>4 members, 2 pending invitations.</Text> </Card> <Card size="small" hoverable onClick={…}>Compact, lifts on hover</Card>

Props

PropTypeDefaultDescription
titleReactNode
childrenReactNodecontent rendered inside the component
footerReactNode
hoverablebooleanfalse
size"default" | "small"default
classNamestring

* required · generated from packages/ui/src/containers/Card/Card.tsx