Title

Titles (Headings) are used to display the title of a section or page.

Getting Started


/* title-example.blade.php */

<x-title as="h3" size="2xl" content="Getting Started" />

Component API

Prop Description Values
as Change the element tag of the component any
content Set the content of the component any
size Change the font size of the component Dependant on theme
weight Change the font weight of the component Dependant on theme
color Change the color of the component Dependant on theme
align Change the alignment of the component Dependant on theme