Creates a header bar component that can be used to display a title and description.
Configuration object for the header bar
A JSX element representing the header bar component
Basic usage with title and description
headerBar({ title: "Header title", description: "Header description"}); Copy
headerBar({ title: "Header title", description: "Header description"});
Creates a header bar component that can be used to display a title and description.