UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

33 lines (23 loc) 589 B
# Bootstrap-Vue Wrapper [![NPM version](https://img.shields.io/npm/v/bootstrap-vue-wrapper.svg)](https://www.npmjs.com/package/bootstrap-vue-wrapper) ## Requirements: - Bootstrap 5 - Bootstrap icons - Vue i18n (for custom validation messages) - Vue router (for `<router-link>`) - Vue 3 ## Install: ```bash npm install bootstrap-vue-wrapper ``` or ```bash yarn add bootstrap-vue-wrapper ``` ## Dev: ``` bash yarn install yarn dev ``` ## Examples There are examples of each component in [this file](https://github.com/zemkogabor/bootstrap-vue-wrapper/blob/main/dev/pages/Home.vue).