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 3f7b88a commit 51f22ecCopy full SHA for 51f22ec
src/icons/README.md
@@ -127,6 +127,18 @@ library:
127
</head>
128
```
129
130
+If using just the icons:
131
+
132
+```html
133
+<head>
134
+ <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap/dist/css/bootstrap.min.css" />
135
+ <link type="text/css" rel="stylesheet" href="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.css" />
136
+ <!-- Load Vue followed by BootstrapVueIcons -->
137
+ <script src="//unpkg.com/vue@latest/dist/vue.min.js"></script>
138
+ <script src="//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue-icons.min.js"></script>
139
+</head>
140
+```
141
142
### Icon components
143
144
You can either uses individual icon components, or use the icon helper component `<b-icon>`, to
0 commit comments