button
button component
Not VerifiedComponent1 file
Preview
buttonOpen Full Page
Install
npx shadcn add https://www.razisyed.cv/r/buttonDependencies
npm i @radix-ui/react-slot class-variance-authorityUsage
import { button } from "@/components/ui/button";
export default function Example() {
return <button />;
}Source
Loading source...