{% set active_page = 'Input' -%} {% extends "layouts/" + layout + ".html" %} {% block styles %} {% endblock %} {% block content %}

Inputs

Inputs typically reside in forms but can appear in other places, like dialog boxes and search.

The following input types can be used:

  • date
  • datetime-local
  • email
  • month
  • number
  • password
  • search
  • tel
  • text
  • time
  • url
  • week

Text field

Input field with hints and placeholder

Text field box

Text Field - Leading/Trailing icons

event

delete

Password field with validation

Must be at least 8 characters long

Text Field and Textarea


{% endblock %} {% block scripts %} {% endblock %}