Create a hamburger menu navbar in React?

Hello!
I wanted to create same navbar from this Brad Traversy video " Learn The MERN Stack [3] - Client Setup & Reactstrap" (see 25min 41sec) but instead of Bootstrap I want to use Material UI.

The problem I couldn’t find a any code example in Material UI for this. The closest code example I found was this: codesandbox.io/s/88y1m36y5j

What I’m mising?