File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ To install react mui sidebar npm package
2424 npm i react-mui-sidebar
2525```
2626
27+ ## Note
28+ if you are using NextJs then add 'use client' at top.
29+
2730## Issues
2831
2932For any Issues, create new issue on https://github.com/adminmart/react-mui-sidebar/issues
@@ -155,7 +158,7 @@ export default App;
155158
156159| Props | Type | Default | Description |
157160| :----------| :--------- | :--------- | --------------------------- |
158- | ` onLogout ` | ` function ` | ` void ` | set the logo of the sidebar |
161+ | ` onLogout ` | ` function ` | ` void ` | set the Logout function on click |
159162
160163
161164## Contributing
Original file line number Diff line number Diff line change 11{
22 "name" : " react-mui-sidebar" ,
3- "version" : " 1.5.3 " ,
3+ "version" : " 1.5.4 " ,
44 "description" : " react mui sidebar" ,
55 "main" : " dist/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments