Headings
Headings are used to display titles and subtitles in your pages.
SaaSykit comes with the following heading components:
x-heading.h1- theh1heading.x-heading.h2- theh2heading.x-heading.h3- theh3heading.x-heading.h4- theh4heading.x-heading.h5- theh5heading.x-heading.h6- theh6heading.
Usageโ
<x-heading.h1 class="text-center">
{{ __('Welcome to SaaSyKit') }}
</x-heading.h1>
You can pass in extra classes to the heading component to customize it's look and feel.