# BadgeProps

**Kind:** Interface

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

Badge component props

## Properties

| Property | Type |
|---|---|
| `variant` | `BadgeVariant` |
| `size` | `BadgeSize` |
| `dot` | `boolean` |
| `children` | `ReactNode` |
