antd
I'm using the latest version of refine with antd and nextjs config. Instead of the Sider collapsible button, I'd like to add a custom Hamburger menu positioned at the top-left corner of the Header. The problem I have is there's no props called
As you can see there're only 3 props
trigger to hide the default collapsible button.As you can see there're only 3 props
Title, render, meta are exposed in LayoutProps.Sider. is there any way to get around this?