Button Shape

PreviousNext

button-shape-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/buttons/button/button-shape-demo.tsx
"use client"

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

export default function ButtonShapeDemo() {
  return <Button isCircle>Label</Button>
}

Installation

npx shadcn@latest add @intentui/button-shape-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.