Skip to content

Input

An input is a field used to elicit a response from a user.

Import

Terminal window
import { Input } from "@aeonkit/react";

Usage

Text

Use this component to create a text input field.

Email

Use this component to create an email input field.

Disabled

Use this component to create a disabled input field.

File

Use this component to create a file input field.

Props

API Interface: InputProps