Summary 💡
https://github.com/mui-org/material-ui/blob/master/docs/src/pages.js#L19-L123 uses sometimes singular sometimes plural for the name of items:
Selects vs Progress for example. Use singular name everywhere.
Also add Dropdown alias for Select item. Like "Select (Dropdown)" or "Select / Dropdown"

Examples 🌈
Motivation 🔦