react-sidenav icon indicating copy to clipboard operation
react-sidenav copied to clipboard

React SideNav component

Results 43 react-sidenav issues
Sort by recently updated
recently updated
newest added

the sidebar stays solidly in place as you scroll down the page.

enhancement
good first issue

Support for Logo and Company Name preferably in the bottom would be great

Any route thats not home route is breaking on the refresh page. I am using react 17 with React Route 5.2.0 version. Website is deployed on aws s3. Error I...

when I am using this as a react component.

Can you provide a function to set the selected NavItem from Nav or SideNav's element to set "active" the right one, even if the user either enters the pathname himself...

Here is my code: { this.collapseSidebar(); context.downloadAoi(aoi) }} //disabled={downloading} disabled={true} title='Download' style={{ background: '#0000008f' }} > {downloading?( ) :( )} Download This "disabled" property makes no change to the NavItem.

Addressing basic accessibility flaws on Nav and NavItem components. Ref: #50

Hello!!! I have 2 questions and I would like to ask for help :) The first question is how can i make the default menu appear open? i'm trying to...