Akryum / Akryum/vue-progress-path
Adding CSS Class to loader
Abierto
- Lenguaje dominante
- Vue
- Estrellas
- 420
- Forks
- 36
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I'm interested to know how to add multiple progress loaders on a component with different stroke colors. I'm running into issues adding my own stroke color to each of them.
I'm looking to do something like this
```
.vue-progress-path .progress-one {
stroke: red;
}
.vue-progress-path .progress-two {
stroke: blue;
}
.vue-progress-path .progress-three {
stroke: green;
}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.