Akryum / Akryum/vue-progress-path
Adding CSS Class to loader
未关闭
- 主要语言
- Vue
- 星标
- 420
- 派生
- 36
- PR 合并指标
- 30 天内没有已合并 PR
描述
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;
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。