close sider

is there any way to close sider programmatically?
6 Replies
conscious-sapphire
conscious-sapphire2y ago
Hey @saji Which UI framework are you using?
genetic-orange
genetic-orange2y ago
material ui I want to close/hide in specific page, but it did not work with me!
conscious-sapphire
conscious-sapphire2y 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.
genetic-orange
genetic-orange2y ago
I saw it , but it did not work
Omer
Omer2y 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).
genetic-orange
genetic-orange2y ago
thanks