CoreUI PRO hexagon
Our Admin Panel isn’t just a mix of third-party components. It’s the only open-source Bootstrap dashboard built on a professional, enterprise-grade UI Components Library. This component is part of this library, and we present only the basic usage of it here. To explore extended examples, detailed API documentation, and customization options, refer to our docs.
SelectDefault

Custom <select> menus need only a custom class, .form-select to trigger the custom styles. Custom styles are limited to the <select>’s initial appearance and cannot modify the <option>s due to browser limitations.

SelectSizing

You may also choose from small and large custom selects to match our similarly sized text inputs.

The multiple attribute is also supported:

As is the size attribute:

SelectDisabled

Add the disabled boolean attribute on a select to give it a grayed out appearance and remove pointer events.