嗨,我想知道如何复制与新的 Gmail 任务应用类似的风格。新的 Gmail 用户界面基于 Material Design。
由于我正在使用 React 和 InboxSDK 制作 Gmail 插件,因此我想复制外观。我目前正在使用这个 Material UI 组件库:https ://material-ui.com/demos/app-bar/
我假设它是通过select
在工具栏中放置一个作为第一个组件来完成的:https ://material-ui.com/demos/selects/