vue-heroicons
A set of free MIT-licensed high-quality SVG icons for Vue.js development.
Install
- npm
- yarn
Using
Global register components:
Options
Key | Desc |
---|---|
compomnents |
Vue Components. You can only register part of the Heroicons icon component globally or a custom Vue component. |
removePrefix |
Used to remove the Heroicons prefix from the component name. |
onlySolid |
Register only solid style icon components. |
onlyOutline |
Register only outline style icon components. |
Only one of them can be set for
onlysolid
andonlyoutline
selection, otherwise unexpected registration will occur
Only using single Icon to Vue Component
Example
Or
Package sizes
name | size | gzip |
---|---|---|
heroicons.umd.min.js |
181.97 KiB | 34.67 KiB |
heroicons.umd.js |
757.71 KiB | 58.13 KiB |
heroicons.common.js |
757.32 KiB | 58.01 KiB |