X Logo

Input

Display an input bar

Usage

Import the elements:

import { Input } from "doplo/input"

Use in body:

<Input placeholder="_" />

Structure

A Input component contains:

  • Input : Tag for Input.

Props

Props that can be used in a Input component:

NameTypeDescriptionDefault
type?-Specifies the type of input-
placeholder?stringSample value or instructions for the user-
props?-All props of HTML input element-
ref?-ref of the input element-

? indicates that the prop is optional

Example

Some uses for Input component:

Example Component

Build by Ayush Tomar. The source code is available on Github.