|
| 1 | +# Third party libraries |
| 2 | + |
| 3 | +> There are several 3rd party modules that you can use to add additional functionality and features |
| 4 | +> to your BootstrapVue project. |
| 5 | +
|
| 6 | +Notes: |
| 7 | + |
| 8 | +- The components and libraries listed here are not directly endorsed by BootstrapVue, and are listed |
| 9 | + here only for convenience, and is by no means a complete list. |
| 10 | +- These libraries may have additional dependencies. |
| 11 | + |
| 12 | +## Components |
| 13 | + |
| 14 | +Note: Many of the 3rd party components listed are lacking accessibility features and may not be |
| 15 | +fully WAI-ARIA compliant, nor accessible to keyboard-only and/or screen-reader users. |
| 16 | + |
| 17 | +### Type Ahead |
| 18 | + |
| 19 | +- [Vue Bootstrap TypeAhead](https://github.com/alexurquhart/vue-bootstrap-typeahead) _Note: This |
| 20 | + component is keyboard accessible, but is not fully WAI-ARIA compliant_ |
| 21 | + |
| 22 | +### Date and Time Pickers |
| 23 | + |
| 24 | +- [Vue AirBnB Style Datepicker](https://mikaeledebro.gitbooks.io/vue-airbnb-style-datepicker/) |
| 25 | +- [Vue Datepicker](https://livelybone.github.io/vue/vue-datepicker/) _Note: Not WAI-ARIA compliant_ |
| 26 | +- [Vue date pick](https://dbrekalo.github.io/vue-date-pick/) _Note: Not WAI-ARIA compliant_ |
| 27 | +- [Vue2 date range picker](https://innologica.github.io/vue2-daterange-picker/) _Note: Not WAI-ARIA |
| 28 | + compliant_ |
| 29 | + |
| 30 | +### Commenting and discussion |
| 31 | + |
| 32 | +- [Vue Disqus](https://github.com/ktquez/vue-disqus) |
| 33 | + |
| 34 | +### Icons |
| 35 | + |
| 36 | +- [Vue Font Awesome](https://fontawesome.com/how-to-use/on-the-web/using-with/vuejs) |
| 37 | +- [Vue Icon](https://github.com/qinshenxue/vue-icon) |
| 38 | +- [Vue Ionicons](https://mazipan.github.io/vue-ionicons/) |
| 39 | +- [Vue Unicons](https://antonreshetov.github.io/vue-unicons/) |
| 40 | + |
| 41 | +### Charting |
| 42 | + |
| 43 | +- [Vue Chart.js](https://vue-chartjs.org/) |
| 44 | +- [Vue Highcharts](https://github.com/weizhenye/vue-highcharts) |
| 45 | +- [Vue Graph](https://github.com/juijs/vue-graph) |
| 46 | + |
| 47 | +## Form validation |
| 48 | + |
| 49 | +- [VeeValidate](https://logaretm.github.io/vee-validate/) |
| 50 | +- [Vuelidate](https://github.com/vuelidate/vuelidate/) |
| 51 | + |
| 52 | +## Site generation |
| 53 | + |
| 54 | +- [NuxtJS](https://nuxtjs.org) - Static + SPA+ PWA + SSR |
| 55 | +- [Gridsome](https://gridsome.org) - Static + SPA + PWA |
0 commit comments