Button 53

PreviousNext

Button with stitched border design using layered shadow effects

Docs
shadcn-studiocomponent

Preview

Loading preview…
registry/new-york/components/button/button-53.tsx
import { PrimaryGrowButton } from '@/registry/new-york/ui/grow-button'

const PrimaryGrowButtonDemo = () => {
  return <PrimaryGrowButton>Grow Button</PrimaryGrowButton>
}

export default PrimaryGrowButtonDemo

Installation

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

Usage

import { Button53 } from "@/components/button-53"
<Button53 />