Page Title

The page title by default gets the name of the menu

<page-header></page-header>

You can use the color helpers directly to change the background color of the page title.

<page-header class="bg-pink-A100"></page-header>

The page title component is made up of the page title and the breadcrumbs. You can also use the breadcrumbs component directly.

<breadcrumb></breadcrumb>

API

Property

Description

Type

Default

title

title

string

''

subtitle

subtitle

string

''

showBreadCrumb

if show breadcrumb

boolean

true

Property

Description

Type

Default

-

-

-

-

Last updated