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

Latest commit

 

History

History
35 lines (27 loc) · 929 Bytes

Card.mdx

File metadata and controls

35 lines (27 loc) · 929 Bytes
route menu
/components/card
Utility Components

import { Playground, Props } from 'docz'; import { Card } from './Card.tsx'; import { CardBody } from './CardBody.tsx'; import { Image } from './Image.tsx'; import { Text } from './Text.tsx'; import { MD } from './MD.tsx'; import { Button } from './Button.tsx';

Card

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 CardHeader and CardBody.

Properties

Basic usage