# Dashboard Page
The dashboard page component is the primary component of every dashboard view and sets up the title, actions and content of a page.
# Title
Use the title
prop or slot to set page title. Titles are required.
# Breadcrumb
Use the breadcrumb
slot to set content above page title.
# Notices
Use the notices
slot to set notices in the header. Use the default
slot to set main content of the page.
# Flexible usage
Use the actions
slot to set header actions (search box, buttons, etc.). Use the default
slot to set main content of the page. Use the notices
slot to set notices in the header.