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
template: (options) => {
// options.className: Style class of the default header element.
// options.titleClassName: Style class of the title element.
// options.onClick: Click event for the header element.
// options.leftIconElement: Default left icon element created by the component.
// options.titleElement: Default title element created by the component.
// options.rightIconElement: Default right icon element created by the component.
// options.element: Default element created by the component.
// options.props: component props.
// options.index: The index of tab.
// options.selected: Whether the panel is selected.
// options.ariaControls: The value of aria-controls property.
}
The text was updated successfully, but these errors were encountered:
Hi, can you please provide an example on how to use this in React? The documentation is not clear on the implementation and passing an object to the headerTemplate is giving an error.
The text was updated successfully, but these errors were encountered: