Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 618 Bytes

CardBody.mdx

File metadata and controls

23 lines (15 loc) · 618 Bytes
route menu
/components/card-body
Utility Components

import { Playground, Props } from 'docz'; import { Card } from './Card.tsx'; import { CardHeader } from './CardHeader.tsx'; import { CardBody } from './CardBody.tsx';

CardBody

This component is not exposed as mml string, it is used internally in other mml components and it can be imported to create your custom ones.

Helps display content in a card. Typically used with Card and CardHeader.

Properties

Basic usage

Refer to the Card docs.