Build faster with Premium Chakra UI Components 💎

Learn more
Skip to Content
DocsPlaygroundGuidesBlog
Sponsor

Card

Used to display content related to a single subject.

SourceStorybookRecipe
NC

Nue Camp

This is the card body. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec odio vel dui euismod fermentum. Curabitur nec odio vel dui euismod fermentum.

Usage

import { Card } from "@chakra-ui/react"
<Card.Root>
  <Card.Header />
  <Card.Body />
  <Card.Footer />
</Card.Root>

Examples

Variants

Use the variant prop to change the visual style of the Card.

NC

Nue Camp

This is the card body. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

NC

Nue Camp

This is the card body. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

NC

Nue Camp

This is the card body. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Within Form

Use the Card component within a form to group related fields together.

Sign up

Fill in the form below to create an account

Sizes

Use the size prop to change the size of the Card.

Card - sm

This is the card body. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Card - md

This is the card body. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Card - lg

This is the card body. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

With Image

Use the Card component to display an image.

Green double couch with wooden legs

Living room Sofa

This sofa is perfect for modern tropical spaces, baroque inspired spaces.

$450

Horizontal

Use the Card component to display content horizontally.

Caffe Latte

The perfect latte

Caffè latte is a coffee beverage of Italian origin made with espresso and steamed milk.

HotCaffeine

With Avatar

Use the Card component to display an avatar.

NF

Nate Foss

@natefoss

Nate Foss has requested to join your team. You can approve or decline their request.

Props

Root

PropDefaultType
colorPalette 'gray'
'gray' | 'red' | 'orange' | 'yellow' | 'green' | 'teal' | 'blue' | 'cyan' | 'purple' | 'pink' | 'accent'

The color palette of the component

size 'md'
'sm' | 'md' | 'lg'

The size of the component

variant 'outline'
'elevated' | 'outline' | 'subtle'

The variant of the component

Previous

Button

Next

Checkbox Card