import { PrimaryOrionButton } from '@/registry/new-york/ui/orion-button'
const PrimaryOrionButtonDemo = () => {
return <PrimaryOrionButton>Orion Button</PrimaryOrionButton>
}
export default PrimaryOrionButtonDemo
npx shadcn@latest add @shadcn-studio/button-52import { Button52 } from "@/components/button-52"<Button52 />