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', }, }),
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 usingcreateElement('feather', { props: { size: 16, type: 'chevron-right', }, }),
But no where it is mentioned one has to do an
npm install feather-icons vue-feather
.