Package Exports
- @forter/progress-circle
- @forter/progress-circle/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@forter/progress-circle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
fc-progress-circle
show progress by nice border around the circle depends on you score.
Usage
<script>
import '@forter/progress-circle';
</script>
<fc-progress-circle>
</fc-progress-circle>
Properties
| Property | Attribute | Type | Default | Description |
|---|---|---|---|---|
intent |
intent |
"primary" | "secondary" | "success" | "apply" | "danger" | "warn" |
The button's intent. See Intents in README. | |
percentage |
percentage |
number |
100 | score as number. example: 95 |
size |
size |
"small" | "medium" | "large" |
Pre-Defined size |
CSS Custom Properties
| Property | Description |
|---|---|
--fc-progress-circle-color |
the color. default: var(--violet), example: gold |
--fc-progress-circle-content |
content inside circle. example: '100' |
--fc-progress-circle-font-color |
content font color |
--fc-progress-circle-size |
height and width. default: 88px, example: 66px |