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

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.

Last Updated: 3/31/2025, 8:14:12 PM