close sider

is there any way to close sider programmatically?
6 Replies
rare-sapphire
rare-sapphire3y ago
Hey @saji Which UI framework are you using?
multiple-amethyst
multiple-amethystOP3y ago
material ui I want to close/hide in specific page, but it did not work with me!
rare-sapphire
rare-sapphire3y ago
Sider | refine
You can access the logout, dashboard, items elements and collapsed state that we use in our default Sider component by using render properties. Customize it to your needs or you can create a custom component and use it either by passing it to or using a Custom Layout.
multiple-amethyst
multiple-amethystOP3y ago
I saw it , but it did not work
Omer
Omer3y ago
CLI | refine
refine CLI is a command line application that allows you to interact with your refine project and perform some tasks. This includes creating a new resource, managing updates, swizzle components, and runs your project (build, start, dev).
multiple-amethyst
multiple-amethystOP3y ago
thanks

Did you find this page helpful?