@hasancruk/cruk-progress
v0.1.1
Published
This is an experimental Progress component that closely mimicks CRUK's React Progress component.
Maintainers
Readme
CRUK Progress
A web component implementation of the CRUK Progress. The styling and implementation was taken from Create an animated, circular progress bar video by Kevin Powell.
Todo
- [ ] Add documentation for browser compatibility
Installation
Via npm or download cruk-progress.js directly for use in your project.
npm install @hasancruk/cruk-progressUsage
If you've installed it via npm, then you can import it into your project like this:
import "@hasancruk/cruk-progress";