close sider

is there any way to close sider programmatically?
6 Replies
fair-rose
fair-rose3y ago
Hey @saji Which UI framework are you using?
absent-sapphire
absent-sapphireOP3y ago
material ui I want to close/hide in specific page, but it did not work with me!
fair-rose
fair-rose3y 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.
absent-sapphire
absent-sapphireOP3y 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).
absent-sapphire
absent-sapphireOP3y ago
thanks

Did you find this page helpful?