Here is simple components that
Click `Tab` to move to the next cell | Click `Shift + Tab` to move to the previous cell | Click `Tab` to move to the next element |
- It is a single level list
- Click enter to create a new line
- Click enter twice to create a new paragraph
Test text
SOME OTHER TEXT
123
[
{
"id": "1001",
"brick": "Heading",
"value": "Here is simple components that"
},
{
"brick": "Table",
"id": "1002",
"children": [
[
"Click `Tab` to move to the next cell",
"Click `Shift + Tab` to move to the previous cell",
"Click `Tab` to move to the next element"
]
]
},
{
"brick": "List",
"id": "1003",
"children": [
"It is a single level list",
"Click enter to create a new line",
"Click enter twice to create a new paragraph"
]
},
{
"brick": "Test",
"id": "1004",
"value": "Test text",
"test": "123"
}
]