Button 52

PreviousNext

Button with stitched border design using layered shadow effects

Docs
shadcn-studiocomponent

Preview

Loading preview…
registry/new-york/components/button/button-52.tsx
import { PrimaryOrionButton } from '@/registry/new-york/ui/orion-button'

const PrimaryOrionButtonDemo = () => {
  return <PrimaryOrionButton>Orion Button</PrimaryOrionButton>
}

export default PrimaryOrionButtonDemo

Installation

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

Usage

import { Button52 } from "@/components/button-52"
<Button52 />