- React Material:UI Cookbook
- Adam Boduch
- 48字
- 2021-06-24 15:49:26
Drawer types
There are three types of Drawer components that you'll use in your app, as follows:
- Temporary: A transient drawer that closes when an action is taken.
- Persistent: A drawer that can be opened and stays open until explicitly closed.
- Permanent: A drawer that is always visible.