# CardProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/ui/Card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/ui/Card.tsx#L12)

Card component props

## Properties

| Property | Type |
|---|---|
| `variant` | `CardVariant` |
| `padding` | `'none' | 'sm' | 'md' | 'lg'` |
| `children` | `ReactNode` |
