LandorUI
GitHub

Button

A versatile button component with multiple variants and sizes.

Installation

npx shadcn@latest add https://landorui.landorestate.com/r/button.json

Usage

Use Button for actions, links, and icon controls.

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

<Button>Save changes</Button>