hextastudio/ui needs your support to stay running 🫶 Help us

Buttons

Collection of multiple buttons with multiple variants.

Preview

Installation

bash
npx hexta-ui add button

tsx
import { Button } from "@/components/hexta-ui/Button";

Preview

tsx
<Button variant="secondary">Secondary Button</Button>

Preview

tsx
<Button variant="fail">Fail Button</Button>

Preview

tsx
<Button variant="ghost">Ghost Button</Button>

Preview

tsx
<Button variant="link">Link Button</Button>

Preview

tsx
<Button disabled>Disabled Button</Button>

Preview

tsx
<Button outline>Outline Button</Button>

Props Information

Prop Name
Prop Type
Default Value
Description
Prop NameProp TypeDefault ValueDescription