DEV Community

artemismars
artemismars

Posted on

navbar design with MUI

Document
https://mui.com/components/app-bar/

modules

npm i @emotion/styled
npm i @emotion/react
npm i @mui/material
npm i @mui/icons-material
Enter fullscreen mode Exit fullscreen mode

MUI uses emotion to style components.

Code

Components

  1. Box
  2. AppBar
  3. ToolBar
  4. IconButton
  5. MenuIcon

Top comments (0)