KendoReact
The KendoReact ChunkProgressBar component displays progress within your React applications broken down in to chunks, or parts, representing an equal breakdown of the total progress.
By default, the KendoReact ChunkProgressBar represents values from 0 to 100. For scenarios where this may not work, the min and max properties can be used to set a defined range of new values.
When added to a page, the KendoReact ChunkProgressBar is fully interactable out of the box. For scenarios that may require users to be unable to interact with the component until certain criteria are met, the React ChunkProgressBar can toggle between enabled and disabled with a single configuration option.
The KendoReact ChunkProgressBar component can be rendered in both horizontal and vertical orientations.
By default, the KendoReact ChunkProgressBar shows progress by filling itself from left to right. If one needs to fill the component from right to left instead, the reverse property can be used.
The React ChunkProgressBar has default styling associated with the applied KendoReact theme. When styling needs to be updated, the KendoReact ChunkProgressBar can be configured to change its default height or width, as well as customize the appearance of empty or filled chunks to help the component conform to any design requirements.
Thanks to the ability to be rendered in Right-to-Left modes, the KendoReact ChunkProgressBar supports many globalization scenarios.