Content
Card main content area. Renders a div with vertical padding (6 units bottom, 0 top) for spacing after header.
| Prop | Type | Default |
|---|---|---|
| className# | stringMerges with default styling (p-6 pt-0) | undefined |
| asChild# | booleanIf true, renders as Primitive.div (headless primitive mode only applies to primitives package) | false |
| ref# | React.Ref<HTMLDivElement>Forward reference to the underlying div element | undefined |
| ...rest# | React.HTMLAttributes<HTMLDivElement>All standard HTML div attributes (id, data-*, aria-*, onClick, style, etc.) | undefined |