Button 8

PreviousNext

A button component with small size variant

Docs
shadcn-studiocomponent

Preview

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

const ButtonSmallDemo = () => {
  return <Button size='sm'>Small</Button>
}

export default ButtonSmallDemo

Installation

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

Usage

import { Button08 } from "@/components/button-08"
<Button08 />