Updating demos
This commit is contained in:
parent
97509773af
commit
67ca83ff16
@ -17,27 +17,46 @@ const parse = expr => {
|
|||||||
{
|
{
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
props: {
|
props: {
|
||||||
theme: 'literal'
|
theme: 'capture',
|
||||||
|
label: 'Demo rendering',
|
||||||
|
useAnchors: true
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: 'Text',
|
type: 'HorizontalLayout',
|
||||||
|
props: {
|
||||||
|
withConnectors: true
|
||||||
|
},
|
||||||
children: [
|
children: [
|
||||||
'JS'
|
{
|
||||||
]
|
type: 'Box',
|
||||||
}
|
props: {
|
||||||
]
|
theme: 'literal'
|
||||||
},
|
},
|
||||||
{
|
children: [
|
||||||
type: 'Box',
|
{
|
||||||
props: {
|
type: 'Text',
|
||||||
theme: 'literal'
|
children: [
|
||||||
},
|
'JS'
|
||||||
children: [
|
]
|
||||||
{
|
}
|
||||||
type: 'Text',
|
]
|
||||||
children: [
|
},
|
||||||
expr
|
{
|
||||||
|
type: 'Box',
|
||||||
|
props: {
|
||||||
|
theme: 'literal',
|
||||||
|
label: 'Expression'
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
type: 'Text',
|
||||||
|
children: [
|
||||||
|
expr
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -17,27 +17,46 @@ const parse = expr => {
|
|||||||
{
|
{
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
props: {
|
props: {
|
||||||
theme: 'literal'
|
theme: 'capture',
|
||||||
|
label: 'Demo rendering',
|
||||||
|
useAnchors: true
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: 'Text',
|
type: 'HorizontalLayout',
|
||||||
|
props: {
|
||||||
|
withConnectors: true
|
||||||
|
},
|
||||||
children: [
|
children: [
|
||||||
'PCRE'
|
{
|
||||||
]
|
type: 'Box',
|
||||||
}
|
props: {
|
||||||
]
|
theme: 'literal'
|
||||||
},
|
},
|
||||||
{
|
children: [
|
||||||
type: 'Box',
|
{
|
||||||
props: {
|
type: 'Text',
|
||||||
theme: 'literal'
|
children: [
|
||||||
},
|
'PCRE'
|
||||||
children: [
|
]
|
||||||
{
|
}
|
||||||
type: 'Text',
|
]
|
||||||
children: [
|
},
|
||||||
expr
|
{
|
||||||
|
type: 'Box',
|
||||||
|
props: {
|
||||||
|
theme: 'literal',
|
||||||
|
label: 'Expression'
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
type: 'Text',
|
||||||
|
children: [
|
||||||
|
expr
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user