Add custom menu item in ThemedSiderV2
I want to customize my menu item using the Sider.tsx file that generated using Swizzle (ThemedSiderV2) so that:
1. I can include "create" action resource in the sider (which Refine doesn't have)
2. Implement all the existing functionalities of the sider like the template
3. My customization can either achieve by changing the Refine default library to allow "create" "edit" action resource to be included in the menu item in the Sider, or merging my array of custom menu items into menuItems of useMenu so Sider.tsx can perform any modification it's needed
1. I can include "create" action resource in the sider (which Refine doesn't have)
2. Implement all the existing functionalities of the sider like the template
3. My customization can either achieve by changing the Refine default library to allow "create" "edit" action resource to be included in the menu item in the Sider, or merging my array of custom menu items into menuItems of useMenu so Sider.tsx can perform any modification it's needed
message.txt5.46KB
