Evoke UI is a modern, flexible, and highly customizable component library built with TypeScript and Vite. It is designed to help developers create beautiful, responsive, and accessible user interfaces with minimal effort.
This pull request introduces a flexible and customizable Progress component. The Progress component enhances visual feedback for task completion across the application, supporting dynamic value input, color customization, and the option to display percentage labels.
Features
Value:
Options: Any number from 0 to 100
Controls the progress percentage displayed by the bar.
Color:
Options: Any valid color value (e.g., HEX, RGB)
Customizes the color of the progress bar to match design requirements.
Label:
Options:true, false
Toggles the visibility of the progress percentage label for better UI flexibility.
This Progress component provides a versatile solution for representing task completion, making it adaptable to a wide range of design needs.
Description
This pull request introduces a flexible and customizable
Progress
component. TheProgress
component enhances visual feedback for task completion across the application, supporting dynamic value input, color customization, and the option to display percentage labels.Features
Value:
Color:
Label:
true
,false
This
Progress
component provides a versatile solution for representing task completion, making it adaptable to a wide range of design needs.