BinarCode / vue-form-wizard

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

Add own svg icons instead #388

Closed mathipa closed 2 years ago

mathipa commented 2 years ago

How do I load own icons to the circle tabs?
Whether though stylesheet or bindings.

 <tab-content title="mytitle" :icon="" :before-change="() => validate('fourthStep')">
    <get-policy  ref="fourthStep" @on-validate="onStepValidate"></get-policy>
  </tab-content>

image