# AtloriaButton

**Kind:** Class

**Source:** [`atloria-monorepo/packages/ui-core/src/components/button/Button.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/button/Button.ts#L23)

A versatile button component with multiple variants and sizes

**Extends:** `AtloriaElement`

## Methods

| Method | Signature | Returns |
|---|---|---|
| `render` | `render()` | `void` |

## Properties

| Property | Type |
|---|---|
| `styles` | `any` |
| `variant` | `ButtonVariant` |
| `size` | `ButtonSize` |
| `disabled` | `any` |
| `loading` | `any` |
| `type` | `'button' | 'submit' | 'reset'` |
| `ariaLabel` | `string | null` |
