Ishaq Ibrahim

Results 1 comments of Ishaq Ibrahim

@jaithirani You can make a custom `` component and nest it inside the root component. E.g. for `NavigationMenu` here's how I'm doing it: ``` const [isOpen, setIsOpen] = useState(false); return...