Input Basic

PreviousNext

input-basic-demo

Docs
intentuipage

Preview

Loading preview…
components/docs/forms/input/input-basic-demo.tsx
"use client"

import { Input } from "@/components/ui/input"

export default function InputBasicDemo() {
  return <Input aria-label="Name" placeholder="Your name" />
}

Installation

npx shadcn@latest add @intentui/input-basic-demo

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.