We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6befe5d commit e2947aeCopy full SHA for e2947ae
src/icons/README.md
@@ -88,6 +88,14 @@ export default {
88
}
89
```
90
91
+If you are only using the BootstrapVue icons or `IconsPlugin` in your project, you can also just
92
+import the required icons CSS:
93
+
94
95
+```js
96
+import 'bootstrap-vue/dist/bootstrap-vue-icons.min.css`
97
+```
98
99
### Icon components
100
101
You can either uses individual icon components, or use the icon helper component `<b-icon>`, to
0 commit comments