pdulvp / wcpts

Common web components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpinProgress

image

This component allows displaying SVG circle progress bar.

<spin-progress percent="80"></spin-progress>

Custom properties

  • --spin-color: Allows to change the color of the main bar (default: black)
  • --spin-width: Allows to change the size of the spin (default: 40)
  • --spin-stroke-width: Allows to change the width of bar (default: 4)

About

Common web components


Languages

Language:JavaScript 81.3%Language:HTML 18.7%