Skip to main content
The Heading component is used for main page titles. It displays a large, bold heading with an optional action slot for buttons or other controls.

Preview

Products

Usage

Slots

Slot
required
The heading title. Can be plain text or a custom slot with additional elements.
Slot
Optional slot for action buttons or controls aligned to the right.

Examples

Simple Heading

Dashboard

Heading with Action Button

Categories

Heading with Multiple Actions

Orders

Custom Title Slot

For more complex titles, you can use the title as a slot:

Blade Component Source

The Heading component is located at packages/admin/resources/views/components/heading.blade.php: