import { StarIcon } from 'lucide-react'
import { Button } from '@/registry/new-york/ui/button'
const ButtonRoundedDemo = () => {
return (
<Button className='rounded-full'>
<StarIcon />
Star
</Button>
)
}
export default ButtonRoundedDemo
npx shadcn@latest add @shadcn-studio/button-03import { Button03 } from "@/components/button-03"<Button03 />