Card
This is a Card component
API Reference
CardProps
Properties
| Property | Type | |
|---|---|---|
| padding? | Padding<string | number> | undefined | |
| variant | "outlined" | "elevated" | |
Card
Properties
props: Props & {
css?: CSSObject;
className?: string;
}Examples
A card with a title, content and a subtle action link.