Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationInput

Input

A simple, accessible input field with support for various types, including text, email, and file uploads. Designed for clean integration with labels via standard HTML id/for attributes.

Install Dependencies

npx
quickcode-ui add Input

Default Usage

Default Input

File Upload

File Input

Props

PropTypeDefaultDescription
typestring-The type of input (e.g., “text”, “email”, “file”)
placeholderstring-Placeholder text for the input
valuestring-The value of the input
onChangefunction-Handler for change events
classNamestring-Additional custom classes
disabledbooleanfalseWhether the input is disabled
idstring-ID for associating with label
Last updated on