show percentage number in reactjs material ui progress bar
问题 I use Linear Determinate and i want to display how much progress is completed in number. like below image. 回答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