cyprobar

Cyprobar is a JavaScript library for seamlessly creating circular progress bars.

Usage no npm install needed!

<script type="module">
  import cyprobar from 'https://cdn.skypack.dev/cyprobar';
</script>

README

Cyprobar

...library for circular progress bars

Cyprobar is a light-weight javascript library that provides you a seamless way of creating circular progress bars.

Installation

Using CDN

Include the script tag

<script src="https://cdn.jsdelivr.net/npm/cyprobar@1.0.0/dist/cyprobar.js"></script>
Install with npm:
npm install cyprobar

Getting started

Check out the demo site for Cyprobar's full documentation. The documentation has all you need to quickly get started with cyprobar.js.

License

Cyprobar is open source licensed under the MIT license.

Contributing

Cyprobar is built with vanillaJS and bundled with parcel. If you happen to find any bug while using this library or you have a features request, do well to create an issue on it.

Clone the repository

    git clone https://github.com/IamGideonIdoko/cyprobar.git
  • Install dependency

Cyprobar uses parcel as a development dependency. You need to have parcel installed to create the production build.

    npm install -g parcel-bundler

Make your contributions to the src/js/cyprobar.js file.

  • For production

If you have parcel installed, create the production build by running the below

    npm run build

Pull requests are highly welcome.

Author

Gideon Idoko