Button

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

A simple crazxy button component

This is the pri primary of the button component.

This is the accent variant of the button component.

This is the destructive variant of the button component.

This is the secondary variant of the button component.

This is the minimal variant of the button component.

This is the icon variant of the button component.

Installation

pnpm dlx shadcn@latest add https://crazxyui.in/r/crazxy-button.json

Usage

import { Button } from "@/components/ui/crazxy-ui/button"
 <Button>Click me</Button>