Docs
Input

Input

Input component is a fundamental building block for form interactions, providing a versatile and user-friendly way to capture user input. It can be used to display a form input field or a component that visually resembles an input field. The Input component is designed to accommodate various input types, including text, password, email, and more, making it a crucial element for creating interactive and accessible forms in web applications.

Installation

yarn add @camped-ui/input

Usage

import { Input } from "@camped-ui/input";
<Input />

Examples

Default

File

Disabled

With Label

With Button

Form

This is your public display name.