You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build an application with two siderbars, one for navigation, and the other one for a rapid access to some important informations. The first one is working great and has a nice sider trigger using the default one. But the second one should use a custom trigger template as I don't want the same icon. because [nzTrigger] only affects the trigger at the bottom of the page and not the one that shows when you have a 0px collapsed sider, I have no way to change it right now.
What does the proposed API look like?
simply have [nzTrigger] affect the collapsed trigger too, or have a [nzZeroWidthTrigger] property that takes a template too, in order to provide a custom icon for this trigger. Could also just be an icon string.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I'm trying to build an application with two siderbars, one for navigation, and the other one for a rapid access to some important informations. The first one is working great and has a nice sider trigger using the default one. But the second one should use a custom trigger template as I don't want the same icon. because [nzTrigger] only affects the trigger at the bottom of the page and not the one that shows when you have a 0px collapsed sider, I have no way to change it right now.
What does the proposed API look like?
simply have [nzTrigger] affect the collapsed trigger too, or have a [nzZeroWidthTrigger] property that takes a template too, in order to provide a custom icon for this trigger. Could also just be an icon string.
The text was updated successfully, but these errors were encountered: