Components

DashboardHeader

<DashboardHeader />

Constructor

# <DashboardHeader />

Component which can be used as the outstanding header of the dashboard page.

View Source admin-bro/src/frontend/components/ui/dashboard-header.tsx, line 61

Examples

Empty Header with simple text

Header with overlay blocks

Type Definitions

object

# Props

Properties:
Name Type Description
children ReactNode

Most probably you will use H1 and P tags here

View Source admin-bro/src/frontend/components/ui/dashboard-header.tsx, line 71