Function
CardHeader
({ className, ...props })
Source from the content-addressed store, hash-verified
| 10 | />; |
| 11 | } |
| 12 | function CardHeader({ className, ...props }) { |
| 13 | return <div |
| 14 | data-slot="card-header" |
| 15 | className={cn( |
| 16 | "@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-1.5 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6", |
| 17 | className |
| 18 | )} |
| 19 | {...props} |
| 20 | />; |
| 21 | } |
| 22 | function CardTitle({ className, ...props }) { |
| 23 | return <div |
| 24 | data-slot="card-title" |
Callers
nothing calls this directly
Tested by
no test coverage detected