Card
Content container with optional header section. Renders as a <section> with border, background, rounded corners, and padding.
Import
import { Card } from 'reablocks';
Card Props
| Prop | Type | Default | Description |
|---|---|---|---|
header | string | JSX.Element | JSX.Element[] | — | Header content (string renders as <h3>) |
disablePadding | boolean | — | Remove padding |
className | string | — | Card container CSS cla |
[Description truncada. Veja o README completo no GitHub.]