A super simple web component for Feather Icons
- Copy the CND link above
- Slap it into the
src
of your<script>
tag. - Create your
<feather-icon>
tag - Profit
icon
- name of the icon you'd like to use. For a full list, check out Feather Icons.
width
- in pixels.
height
- in pixels.
color
<feather-icon
icon="github"
width="50"
height="50"
color="slateblue"
></feather-icon>
- npm
npm run build
npm run dev