Button 51

PreviousNext

Button with stitched border design using layered shadow effects

Docs
shadcn-studiocomponent

Preview

Loading preview…
registry/new-york/components/button/button-51.tsx
import { PrimaryFlowButton } from '@/registry/new-york/ui/flow-button'

const PrimaryFlowButtonDemo = () => {
  return <PrimaryFlowButton>Flow Button</PrimaryFlowButton>
}

export default PrimaryFlowButtonDemo

Installation

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

Usage

import { Button51 } from "@/components/button-51"
<Button51 />