Typography component

Below we are presenting an example of the Typography component that you can use in your project.

This is an example of h1

This is an example of h2

This is an example of h3

This is an example of h4

This is an example of h5
This is an example of h6

This is an example of lead

This is an example of paragraph

This is an example of small

Code

Below you can find the code for the Typography component.


<x-typography as="h1" color="text-blue-500">This is an example of h1<x-typography>
<x-typography as="h2" color="text-green-500">This is an example of h2<x-typography>
<x-typography as="h3" color="text-red-500">This is an example of h3<x-typography>
<x-typography as="h4">This is an example of h41<x-typography>
<x-typography as="h5">This is an example of h5<x-typography>
<x-typography as="h6">This is an example of h6<x-typography>
<x-typography as="lead">This is an example of lead<x-typography>
<x-typography as="paragraph">This is an example of paragraph<x-typography>
<x-typography as="small">This is an example of small<x-typography>