Manage Content
Padding
Small
Medium
Large
PropTypeDefaultRequiredDescription
padding'sm' | 'md' | 'lg''md'NoInner spacing.
childrenReactNodeYesCard content.
...propsHTMLAttributes<HTMLDivElement>NoAny standard div prop (onClick, className, etc).
Do
  • Use the tinted page background around cards to create depth — never a border-only card on a pure white page.
  • Keep one clear purpose per card.
Don't
  • Nest a card inside another card — flatten the hierarchy or use a Divider instead.
  • Add a drop shadow beyond --shadow-1 for a resting card — reserve heavier shadows for elevated/interactive states.