- React Material:UI Cookbook
- Adam Boduch
- 64字
- 2021-06-24 15:49:41
Introduction
The List component in Material-UI is used to render data collections. Lists are like tables, only simpler. If you need to display an array of users, for example, you can render them in a list, showing only the most relevant data, instead of several properties in a tabular format. Material-UI lists are generic and provide a lot of flexibility.