fengyuanchen / vue-carousel

Carousel component for Vue.js.
https://fengyuanchen.github.io/vue-carousel/
MIT License
188 stars 34 forks source link

No info about installing 'feather' to test 2nd demo example #27

Closed ReverseLogicSocial closed 4 years ago

ReverseLogicSocial commented 4 years ago

The demo page on https://fengyuanchen.github.io/vue-carousel/, with the first Advanced usage section is using the
<feather type="radio"></feather> and further the js is using createElement('feather', { props: { size: 16, type: 'chevron-right', }, }),

But no where it is mentioned one has to do an

npm install feather-icons vue-feather.

fengyuanchen commented 4 years ago

You are right. I will fix this soon.