Utilizing the react-pro-sidebar
for the sidebar component.
export default function App() {
return (
<div className="App">
<NavBar />
<span>What's the purpose of this span?</span>
</div>
);
}
My expected result: https://i.sstatic.net/477jJ.png
Actual outcome: https://i.sstatic.net/3Ug02.png
CodeSandbox link:
https://codesandbox.io/s/ecstatic-mayer-dhem4?file=/src/Navbar/index.js
Update 1
Why isn't it replicating in the demo?