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
npx shadcn@latest add @shadcn-studio/button-09import { Button09 } from "@/components/button-09"<Button09 />