bx

Button

Displays a button or a component that looks like a button.

Installation

Usage

import { Button } from "@/components/ui/button";

export default function Page() {
  return Button({ variant: "outline", children: "Button" });
}

Examples

Default

Secondary

Destructive

Outline

Ghost

Icon

With Icon

Loading

Sizes