button

button component

Not VerifiedComponent1 file

Preview

Install

npx shadcn add https://www.razisyed.cv/r/button

Dependencies

npm i @radix-ui/react-slot class-variance-authority

Usage

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

export default function Example() {
  return <button />;
}

Source

Loading source...
razi's registry