HeaderTitle
The title area at the header bar. Depending on its content, the document's title will be set aswell (what will be shown in the browser title bar).
Examples
Breadcrumb
Example
Live demo
Code
import { HeaderTitle } from "blue-react"
export default function BreadcrumbExample() {
return (
<HeaderTitle
breadcrumb={[<a href=".">Home page</a>, <a href="react/HeaderTitle">This component</a>, "Current page"]}
/>
)
}
Props
| Name | Description | Type | Default |
|---|