Adding Pin rendering component
This commit is contained in:
@@ -11,6 +11,9 @@ const parse = expr => {
|
||||
withConnectors: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
type: 'Pin'
|
||||
},
|
||||
{
|
||||
type: 'Box',
|
||||
props: {
|
||||
@@ -38,6 +41,9 @@ const parse = expr => {
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Pin'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -11,6 +11,9 @@ const parse = expr => {
|
||||
withConnectors: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
type: 'Pin'
|
||||
},
|
||||
{
|
||||
type: 'Box',
|
||||
props: {
|
||||
@@ -38,6 +41,9 @@ const parse = expr => {
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Pin'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user