Skip to Content

Button

Displays a button or a component that looks like a button.

Sizes

With Icon

Loading

Installation

npx shadcn@latest add @uipath/button

Usage

import { Button } from "@/components/ui/button"
<Button variant="outline">Button</Button>