woven-planet / lakefront

Lakefront project
9 stars 3 forks source link

Update device progress percentage #280

Closed jason-ransom-slalom closed 1 year ago

jason-ransom-slalom commented 1 year ago

This PR is for adding additional DeviceProgress customization options and updating the defaults. New props capacitySubText and capacityLocation were added. Classnames were also added to the capacity elements so targeted styling can be applied. For instance, the following is now possible:

document.querySelector('div.progress-bar-fill  span').style.color = ‘red';
document.querySelector('div.progress-bar-bottom-text  span').style.color = ‘red';

image

If approved, this will close #272 .

Lakefront PR Checklist