Input

A basic widget for getting the user input is a text field. Keyboard and mouse can be used for providing or changing data.

When To Use#

  • A user input in a form field is needed.
  • A search input is required.

Examples

Basic
Basic usage example.
TextArea
For multi-line input.
Password field
Input type of password.