Components

InputEmail

<InputEmail />

Constructor

# <InputEmail />

InputEmail Component
Parameters:
Name Type Attributes Default Description
name string The html name attribute for the input tag.
label string The text for the html label tag.
placeholder string The input placeholder.
icon ReactElement <optional>
The icon to display inside the input field.
disabled disabled <optional>
Whether the input tag is disabled or not.
required boolean <optional>
false If this field is required or not.
Author:

View Source components/input/InputEmail.tsx, line 16