egoist/vue-feather-icons

Better example

christianmalek opened this issue · 2 comments

Hey,

I really like these components. But I didn't understand how to use it on the first go. Maybe you should add a easier example like:

<template>
    <DiscIcon />
</template>

<script>
import { DiscIcon } from "vue-feather-icons"

export default {
  components: {
    DiscIcon
  }
}
</script>

Thanks!