Updating demos
This commit is contained in:
parent
97509773af
commit
67ca83ff16
@ -14,6 +14,20 @@ const parse = expr => {
|
|||||||
{
|
{
|
||||||
type: 'Pin'
|
type: 'Pin'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'Box',
|
||||||
|
props: {
|
||||||
|
theme: 'capture',
|
||||||
|
label: 'Demo rendering',
|
||||||
|
useAnchors: true
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
type: 'HorizontalLayout',
|
||||||
|
props: {
|
||||||
|
withConnectors: true
|
||||||
|
},
|
||||||
|
children: [
|
||||||
{
|
{
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
props: {
|
props: {
|
||||||
@ -31,7 +45,8 @@ const parse = expr => {
|
|||||||
{
|
{
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
props: {
|
props: {
|
||||||
theme: 'literal'
|
theme: 'literal',
|
||||||
|
label: 'Expression'
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
@ -41,6 +56,10 @@ const parse = expr => {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'Pin'
|
type: 'Pin'
|
||||||
|
@ -14,6 +14,20 @@ const parse = expr => {
|
|||||||
{
|
{
|
||||||
type: 'Pin'
|
type: 'Pin'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'Box',
|
||||||
|
props: {
|
||||||
|
theme: 'capture',
|
||||||
|
label: 'Demo rendering',
|
||||||
|
useAnchors: true
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
type: 'HorizontalLayout',
|
||||||
|
props: {
|
||||||
|
withConnectors: true
|
||||||
|
},
|
||||||
|
children: [
|
||||||
{
|
{
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
props: {
|
props: {
|
||||||
@ -31,7 +45,8 @@ const parse = expr => {
|
|||||||
{
|
{
|
||||||
type: 'Box',
|
type: 'Box',
|
||||||
props: {
|
props: {
|
||||||
theme: 'literal'
|
theme: 'literal',
|
||||||
|
label: 'Expression'
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
@ -41,6 +56,10 @@ const parse = expr => {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'Pin'
|
type: 'Pin'
|
||||||
|
Loading…
Reference in New Issue
Block a user