Forms
Luma supports all of Bootstrap's default form styling in addition to a handful of new input types and features. Please read the official documentation for a full list of options from Bootstrap's core library.
Provide valuable, actionable feedback to your users with HTML5 form validation. Indicate invalid and valid form fields with .is-invalid
and .is-valid
classes.
A dedicated form group alternative for search forms that always keeps the submit button as part of the form control.
A slightly modified version of the default input groups that always keeps icons as a part of the form control. Also works with validation.
Form control with rounded corners with the .form-control-rounded
modifier.
Remove paddings and borders from a form control with the .form-control-flush
modifier.
Replaces a standard checkbox input with a toggle button.
A simple yet powerful datepicker powered by Flatpickr. Please read the official plugin documentation for a full list of options.
The DateRangePicker can be attached to any webpage element to pop up two calendars for selecting dates, times, or predefined ranges like "Last 30 Days". Please read the official plugin documentation for a full list of options.
Mask your form controls depending on the context with the jQuery Mask plugin. Please read the official plugin documentation for a full list of options.
A mobile and touch friendly input spinner component. It supports the mouse wheel and the up & down keys.
Powerful WYSIWYG text editor powered by Quill. Please read the official plugin documentation for a full list of options.
Hello World!
Some initial bold text
Hello World!
Some initial bold text
Customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options powered by Select2. Please read the official plugin documentation for a full list of options.