Skip to content

capriosa/vue-entypo-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vue components with SVG icons of the Entypo library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages