Components

Inputs

There are several types of input type needed to make an input form.

Example 1: TextArea

This can be used to make user type anything relevant to the asked topic.

This is an example of TextArea:

Example 2: Input box Validation type Success and Error

This can be used to make user know the validation of the input.

Success

Mismatched

Example 3: Input box with type = "datetime"

This can be used to make user type with format being date-time.

This is an example of input with type datetime:

Example 4: Input box with type = "email"

This can be used to make user type with format being email:

This is an example of input with type email:

Example 5: Slider with type = "range"

This can be used to select a range.

This is an example of Input with type Input Range:

Example 6: Checkbox with type = "checkbox"

This can be used to select things.

This is Example of Input with type Input checkbox

Example 7: Input with attribute = "disabled"

This can be used to select things.

This is Example of disabled Input with type Disabled Input

Images