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

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.