input-demo

PreviousNext
Docs
takiexample

Preview

Loading preview…
registry/new-york/examples/input-demo.tsx
import { Input } from "@/registry/new-york/ui/input"

export default function InputDemo() {
  return <Input type="email" placeholder="Email" />
}

Installation

npx shadcn@latest add @taki/input-demo

Usage

import { InputDemo } from "@/components/input-demo"
<InputDemo />