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).

Breadcrumb

Example

Live demo

Loading...

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"]}
        />
    )
}
Name Description Type Default

On this page