Button 9

PreviousNext

A button component with custom extra small sizing

Docs
shadcn-studiocomponent

Preview

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

const ButtonExtraSmallDemo = () => {
  return <Button className='h-7 px-2 py-1 text-xs'>Extra Small</Button>
}

export default ButtonExtraSmallDemo

Installation

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

Usage

import { Button09 } from "@/components/button-09"
<Button09 />