import { GlassButton } from '@/registry/new-york/ui/glass-button'
const GlassButtonDemo = () => {
return (
<div className='flex size-full items-center justify-center rounded-xl bg-gray-800'>
<GlassButton>Glass Button</GlassButton>
</div>
)
}
export default GlassButtonDemo
npx shadcn@latest add @shadcn-studio/button-55import { Button55 } from "@/components/button-55"<Button55 />