> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turbostack.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Button

`Buton` is a component that allows you to displays a beautiful button.

<Card>
  <img src="https://mintcdn.com/ravitechsolutions/jCk1IPeJr8ul3nyO/images/components/button.png?fit=max&auto=format&n=jCk1IPeJr8ul3nyO&q=85&s=52b8e782f7db8d4e20eeec6700a36f80" alt="Button Component" width="190" height="73" data-path="images/components/button.png" />
</Card>

## Usage

```tsx theme={null}
import { Button } from "@turbostack/ui"
```

```tsx theme={null}
<Button>Get TurboStack</Button>
```
