--- title: Card description: Used to display content related to a single subject. links: source: components/card storybook: components-card--basic recipe: card --- ## Usage ```jsx import { Card } from "@chakra-ui/react" ``` ```jsx ``` ## Examples ### Variants Use the `variant` prop to change the visual style of the Card. ### Within Form Use the Card component within a form to group related fields together. ### Sizes Use the `size` prop to change the size of the Card. ### With Image Use the Card component to display an image. ### Horizontal Use the Card component to display content horizontally. ### With Avatar Use the Card component to display an avatar. ## Props ### Root