6 Replies
fair-rose•3y ago
Hey @saji Which UI framework are you using?
absent-sapphireOP•3y ago
material ui
I want to close/hide in specific page, but it did not work with me!
fair-rose•3y ago
This document will help you solve the problem.
https://refine.dev/docs/api-reference/mui/customization/mui-custom-sider/
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-sapphireOP•3y ago
I saw it , but it did not work
Could you try with swizzle? https://refine.dev/docs/packages/documentation/cli/#swizzle
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-sapphireOP•3y ago
thanks