UNPKG

@meistericons/meistericons

Version:

Meistericons, an icon library,

30 lines (20 loc) 365 B
# @meistericons/vue-latest ## Installtion ### CDN ```bash <link rel="https://unpkg.com/@meistericons/vue-latest@latest"> ``` ### npm ```npm npm install @meistericons/vue-latest --save-dev ``` ## Usage ```vue <script> import {ArrowDown} from "meistericons-vue-latest" </script> <template> <ArrowDown/> </template> ``` Made with 💝 in Kathmandu, Nepal