JSPM

  • Created
  • Published
  • Downloads 48
  • Score
    100M100P100Q78849F
  • License Apache-2.0

Progress Circle from Forter Components

Package Exports

  • @forter/progress-circle

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
    percentage="95">
</fc-progress-circle>

Properties

Property Attribute Type Default Description
percentage percentage string 100 score as number. example: 95

CSS Custom Properties

Property Description
--fc-progress-circle-color the color. default: var(--violet), example: gold
--fc-progress-circle-size height and width. default: 88px, example: 44px