1. Blade Components
  2. Typography

Typography

Display text using pre-defined typographic styles and style combinations.

Heading

The Evil Rabbit Jumps.
The Evil Rabbit Jumps.
The Evil Rabbit Jumps.
The Evil Rabbit Jumps.
The Evil Rabbit Jumps.
The Evil Rabbit Jumps.
<x-heading :heading-level="1" size="flex" :as-heading="false">The Evil Rabbit Jumps.</x-heading>
<x-heading :heading-level="2" size="flex" :as-heading="false">The Evil Rabbit Jumps.</x-heading>
<x-heading :heading-level="3" size="flex" :as-heading="false">The Evil Rabbit Jumps.</x-heading>
<x-heading :heading-level="4" size="flex" :as-heading="false">The Evil Rabbit Jumps.</x-heading>
<x-heading :heading-level="5" size="flex" :as-heading="false">The Evil Rabbit Jumps.</x-heading>
<x-heading :heading-level="6" size="flex" :as-heading="false">The Evil Rabbit Jumps.</x-heading>

Paragraph

The Evil Rabbit Jumped over the Fence.

<x-paragraph>
    The Evil Rabbit Jumped over the Fence.
</x-paragraph>

Muted

The Evil Rabbit Jumped over the Fence.

<x-paragraph style="muted">
    The Evil Rabbit Jumped over the Fence.
</x-paragraph>

Description

Displays a brief heading and subheading for additional information or context.

Section Title
Description about this section.
<x-description>
    <x-slot:title>
        Section Title
    </x-slot:title>
    Description about this section.
</x-description>

Currency

€100.00
<x-currency :value="100.00" />

Date Time

Feb 28, 2025 — 13:57
<x-date-time :date="\Carbon\Carbon::now()" />

Unordered List

  • The Evil Rabbit Jumped over the Fence.
  • The Evil Rabbit Jumped over the Fence.
  • The Evil Rabbit Jumped over the Fence.
  • The Evil Rabbit Jumped over the Fence.
<x-ul>
    <li>The Evil Rabbit Jumped over the Fence.</li>
    <li>The Evil Rabbit Jumped over the Fence.</li>
    <li>The Evil Rabbit Jumped over the Fence.</li>
    <li>The Evil Rabbit Jumped over the Fence.</li>
</x-ul>

Ordered List

  1. The Evil Rabbit Jumped over the Fence.
  2. The Evil Rabbit Jumped over the Fence.
  3. The Evil Rabbit Jumped over the Fence.
  4. The Evil Rabbit Jumped over the Fence.
<x-ol>
    <li>The Evil Rabbit Jumped over the Fence.</li>
    <li>The Evil Rabbit Jumped over the Fence.</li>
    <li>The Evil Rabbit Jumped over the Fence.</li>
    <li>The Evil Rabbit Jumped over the Fence.</li>
</x-ol>

Codeblock

composer require ddfsn/blade-components
<x-pre>composer require ddfsn/blade-components</x-pre>