# Title 

The title component identifies the portal's brand and the current page.

| Prop            | Description                                             | Type     |
| --------------- | ------------------------------------------------------- | -------- |
| **children**    | Sub components that render on the left of the toolbar   | `Node`   |
| **logoSrc**     | A Data URI or URL                                       | `String` |
| **companyName** | The alt attribute text for the logo                     | `String` |
| **title**       | Primary title that populates the component's H1 element | `String` |
