Third party libraries
There are several 3rd party modules that you can use to add additional functionality and features to your BootstrapVue project.
Notes:
- The components and libraries listed here are not directly endorsed by BootstrapVue, and are listed here only for convenience, and is by no means a complete list.
- These libraries may have additional dependencies.
Components
Note: Many of the 3rd party components listed are lacking accessibility features and may not be fully WAI-ARIA compliant, nor accessible to keyboard-only and/or screen-reader users. These libraries may also not be tailored for mobile devices.
Icons
Alternatives to BootstrapVue's b-icon-*
components:
Date and Time Pickers
Alternatives to BootstrapVue's <b-form-datepicker>
, <b-calendar>
, <b-form-timepicker>
, and <b-time>
components:
- Vue AirBnB Style Datepicker
- Vue Datepicker Note: Not WAI-ARIA compliant
- Vue date pick Note: Not WAI-ARIA compliant
- Vue2 date range picker Note: Not WAI-ARIA compliant
Color pickers
Alternatives to using <b-form-input type="color">
(which is not natively supported by all browsers, nor supports alpha channels)
- vue-colorpicker Note: Not WAI-ARIA compliant
- v-color Note: Not WAI-ARIA compliant
- Verte Note: Not WAI-ARIA compliant
Type Ahead
- Vue Bootstrap TypeAhead Note: This component is keyboard accessible, but is not fully WAI-ARIA compliant (specifically for screen reader users)
Commenting and discussion
Charting
Form validation
For examples of using these validation libraries, refer to our Validation reference section.