Button

A customizable button with sleek design and hover effects, ideal for light mode UIs.

Installation

not supported yet

Usage

import Button from "@/components/ui/button";
<Button onClick={() => console.log("Button clicked!")}>
  Click Me
</Button>