Button 50

PreviousNext

Button with stitched border design using layered shadow effects

Docs
shadcn-studiocomponent

Preview

Loading preview…
registry/new-york/components/button/button-50.tsx
import { PrimarySwipeButton } from '@/registry/new-york/ui/swipe-button'

const PrimarySwipeButtonDemo = () => {
  return <PrimarySwipeButton>Swipe Button</PrimarySwipeButton>
}

export default PrimarySwipeButtonDemo

Installation

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

Usage

import { Button50 } from "@/components/button-50"
<Button50 />