- React Material:UI Cookbook
- Adam Boduch
- 48字
- 2025-04-04 14:36:45
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.