Dinachi

Input

A flexible input field component supporting various types and states. Designed for seamless form integration.

View Source

#Installation

npx @dinachi/cli@latest add input

#Usage

tsx
import { Input } from '@/components/ui/input'

#Examples

#API Reference

PropTypeDefaultDescription
typestring'text'The type of the input field
placeholderstringPlaceholder text displayed when the input is empty
disabledbooleanfalseWhether the input is disabled