Headings
Headings are used to display titles and subtitles in your pages.
SaaSykit comes with the following heading components:
x-heading.h1
- theh1
heading.x-heading.h2
- theh2
heading.x-heading.h3
- theh3
heading.x-heading.h4
- theh4
heading.x-heading.h5
- theh5
heading.x-heading.h6
- theh6
heading.
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.