@dword-design/buefy-svg-icon
v2.0.2
Published
<!-- TITLE/ --> # @dword-design/buefy-svg-icon <!-- /TITLE -->
Downloads
788
Readme
@dword-design/buefy-svg-icon
Install via a package manager
# npm
$ npm install @dword-design/buefy-svg-icon
# Yarn
$ yarn add @dword-design/buefy-svg-icon
Add to local components:
<script>
import BuefySvgIcon from '@dword-design/buefy-svg-icon'
export default {
components: {
BuefySvgIcon,
},
}
</script>
Or register as a global component:
import BuefySvgIcon from '@dword-design/buefy-svg-icon'
app.component('BuefySvgIcon', BuefySvgIcon)
Or register as a plugin:
import BuefySvgIcon from '@dword-design/buefy-svg-icon'
app.use(BuefySvgIcon)
Install via CDN
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="https://unpkg.com/@dword-design/buefy-svg-icon"></script>
Contribute
Are you missing something or want to contribute? Feel free to file an issue or a pull request! ⚙️
Support
Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:
Thanks a lot for your support! ❤️