A component to display the progress or status of processes in the application. 💖
Web Browser
- Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].Internet
- Because many use CDN and to make it easier to find solutions to all problems.
const ProgressBar = require('./src/progress-bar');
// Create a new progress bar with 100 total steps
const progressBar = new ProgressBar(100);
// Set the progress to 50 steps
progressBar.setProgress(50);
// Get the current progress percentage
console.log(progressBar.getProgress());
- The Progress Bar Component allows you to create a progress bar with a specified total number of steps. You can then update the progress and retrieve the current progress percentage.
setProgress(currentStep)
: Sets the progress to the specified step. Throws an error if the step value is invalid.getProgress()
: Returns the current progress percentage.
- v1.0.0 : 08 March 2024
- v1.0.1 : 11 March 2024
- v4.0.0 : 11 March 2024
- v4.0.1 : 13 March 2024
- v4.0.2 : 18 March 2024
- v5.0.0 : 31 March 2024
- Facebook : Oned Ionys
- Instagram : @onedionys
- Twitter : @onedionys
- LinkedIn : @onedionys
- Copyright © 2024 One Dionys
- One Dionys - Progress Bar Component is an open source project licensed under the MIT license
Love One Dionys - Progress Bar Component? Support this project by donating or sharing with others in need.
Made with ❤️ One Dionys