1.0.8 • Published 6 years ago

vue-entypo-icons v1.0.8

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

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 />
1.0.8

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago