show percentage number in reactjs material ui progress bar

懵懂的女人 提交于 2020-04-13 18:10:08

问题


I use Linear Determinate and i want to display how much progress is completed in number. like below image.

enter image description here


回答1:


I don't think Material UI provides progress bar as shown in your image above.

However, you can make use of React Bootstrap package and get things done.

Here is the link - https://react-bootstrap.github.io/components/progress/




回答2:


You could display this.state.completed which shows the percentage value of the progress and the just add some style to it. Of course, you'll have to concatenate a % at the end if you want to be more explicit because it is nothing but a number.



来源:https://stackoverflow.com/questions/51254333/show-percentage-number-in-reactjs-material-ui-progress-bar

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!