Button
A versatile button component with multiple variants and sizes.
Installation
npx shadcn@latest add https://landorui.landorestate.com/r/button.jsonUsage
Use Button for actions, links, and icon controls.
import { Button } from "@/components/ui/button";
<Button>Save changes</Button>