Visual Components
These are the visual blocks composing a page
Titles
Create h1, h2 or h3
{
"type": "h2",
"id": "title-write",
"text": "This is a H2"
}
{
"type": "h3",
"id": "title-write",
"text": "This is a H3"
}
{
"type": "h4",
"id": "title-write",
"text": "This is a H4"
}
This is an example of H2
This is an example of H3
This is an example of H4