bahadirsofuoglu / form-wizard-vue3

A form wizard/stepper component made with Vue
https://bahadirsofuoglu.github.io/form-wizard-vue3/
MIT License
30 stars 6 forks source link

Cannot show icons in the custom tabs #33

Open SciManJD opened 1 year ago

SciManJD commented 1 year ago

Hi! In the documentation is written that the component is using Prime Icons. I installed the package and included the css-file, but the icons are now shown. Can you write, please, a short example? It is also written that customization is possible. Can I use another icons (for example fontawsome)? Can I add any image?

SciManJD commented 1 year ago

I was able to add icons, but still stays the question if I can use another icons (fontawsome) or any other free images.

oguzhannonal commented 1 year ago

@SciManJD Yes i think you can, can you try this : image it's <template #step></template>. check out: Doc in #step slot you can add another icon

bahadirsofuoglu commented 1 year ago

You can solve it using slots, but it is obviously difficult. I think it is useful to make a development where you can customize the icons more easily.