//Form controls

Variants 𓃠

Give textual form controls like input and textarea an upgrade with custom styles, sizing, focus states, and more.
Sizing
  • Set heights using classes like .form-control-lg and .form-control-sm.
Controls
  • Add the disabled boolean attribute on an input to give it a grayed out appearance, remove pointer events, and prevent focusing.
  • Add the readonly boolean attribute on an input to prevent modification of the input’s value. readonly inputs can still be focused and selected, while disabled inputs cannot.
25+ Pre-Made Demos