[Panel]: Using Custom component in Panel , [UI5 , html tags and other custom component using UI5] #6274
Replies: 1 comment
-
Found the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are we not supposed to use any custom component in header prop of Panel.
Is it a requirement to use only UI5 component / basic html tags directly in header props to get expand/collapse icon .
I tried using ToolbarContainer (custom) which directly return Toolbar (UI5) with all actions, but this goes to content slot instead of header even after being used in header.
I have replicated the issue in stackblitz with multiple combinations.
Please have a look and let me know what am I doing wrong or is it a bug that
https://stackblitz.com/edit/github-dyev5j?file=src%2FApp.tsx,src%2FToolbarContainer.tsx
Beta Was this translation helpful? Give feedback.
All reactions