Input 1

PreviousNext

A basic email input field with placeholder text

Docs
shadcn-studiocomponent

Preview

Loading preview…
registry/new-york/components/input/input-01.tsx
import { Input } from '@/registry/new-york/ui/input'

const InputDemo = () => {
  return <Input type='email' placeholder='Email address' className='max-w-xs' />
}

export default InputDemo

Installation

npx shadcn@latest add @shadcn-studio/input-01

Usage

import { Input01 } from "@/components/input-01"
<Input01 />