Button

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

A simple nirmaan 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

npx shadcn@latest add https://nirmaan-ui.vercel.app/r/nirmaan-button.json

Usage

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