BinarCode / vue-form-wizard

Vue.js 2 wizard
https://binarcode.github.io/vue-form-wizard/#/
MIT License
1.11k stars 243 forks source link

How to use png image icon #329

Open akvaliya opened 4 years ago

akvaliya commented 4 years ago

I have a specific icons provided by client & have to use exact. How can i use these in wizard?

SlyDave commented 4 years ago

You'll need to replace the template for the steps, see https://github.com/BinarCode/vue-form-wizard/issues/326

dohahelmy commented 4 years ago

Use the image as a background image on both wizard-icon-circle and wizard-icon-container. This did the trick