vue-entypo-icons

1.0.8 • Public • Published

Vue Entypo Icons

Vue components - Entypo SVG library

All icons of the Entypo SVG library as Vue components.

Install

npm install vue-entypo-icons

Usage

Import each icon you want to reference.

 import AddToList from 'vue-entypo-icons/lib/AddToList'
 import ArrowBoldLeft from 'vue-entypo-icons/lib/ArrowBoldLeft'
 import User from 'vue-entypo-icons/lib/User'
 export default {
  
  components: {
    AddToList,
    ArrowBoldLeft,
    User
  }
 }

Use the components like any other component: <User />

Examples:

<ArrowBoldLeft />
<AddToList />
<User />

Readme

Keywords

Package Sidebar

Install

npm i vue-entypo-icons

Weekly Downloads

1

Version

1.0.8

License

GPL-3.0-or-later

Unpacked Size

242 kB

Total Files

333

Last publish

Collaborators

  • mdwp