Zheng Song

Results 5 comments of Zheng Song

Hi @paoloviselli , your code looks good to me. The only issue is `MenuButton` wraps a `Button` which is not necessary. You might use `Button` for the `menuButton` prop directly....

Nesting the menu into components is totally fine. You could use browser dev tools to inspect what css has been applied to menu before and after the page is reloaded....

Hi @aditya-padhi-kbl The menu components are unstyled by nature, so the theming method is very flexible and will largely depend on the stying technique used in your project. For example,...