Matterway
    Preparing search index...

    Function headerBar

    • Header bar component for displaying title and description.

      Parameters

      • props: HeaderBarProps

        Configuration object

        • image

          URL of the image to display

        • icon

          Icon element to display that can be a string or a React node

        • title

          Header title text

        • description

          Header description text

      Returns HeaderBarElement

      Basic usage with title and description

      headerBar({
      title: "Header title",
      description: "Header description"
      });