Button 7

PreviousNext

A button component with large size variant

Docs
shadcn-studiocomponent

Preview

Loading preview…
registry/new-york/components/button/button-07.tsx
import { Button } from '@/registry/new-york/ui/button'

const ButtonLargeDemo = () => {
  return <Button size='lg'>Large</Button>
}

export default ButtonLargeDemo

Installation

npx shadcn@latest add @shadcn-studio/button-07

Usage

import { Button07 } from "@/components/button-07"
<Button07 />