Button
A component to display a button and allows a user to trigger an action.
Installation
npx shadcn@latest add @tetra-ui/buttonUsage
import { Button } from "@/components/ui/button";<Button variant="ghost">Button</Button>A component to display a button and allows a user to trigger an action.
npx shadcn@latest add @tetra-ui/buttonimport { Button } from "@/components/ui/button";<Button variant="ghost">Button</Button>