Akryum / Akryum/vue-progress-path

Adding CSS Class to loader

Open
#4 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
420
Forks
36
PR merge metrics
No merged PRs in 30d

Description

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;
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.