React Material:UI Cookbook
上QQ阅读APP看书,第一时间看更新

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.