# ButtonProps

**Kind:** Interface

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

Button component props

## Properties

| Property | Type |
|---|---|
| `variant` | `ButtonVariant` |
| `size` | `ButtonSize` |
| `loading` | `boolean` |
| `fullWidth` | `boolean` |
| `leftIcon` | `ReactNode` |
| `rightIcon` | `ReactNode` |
| `href` | `string` |
| `children` | `ReactNode` |
