Adding Pin rendering component

This commit is contained in:
Jeff Avallone
2019-01-28 18:35:55 -05:00
parent 4e27c4ef87
commit 9d7da52ee3
5 changed files with 44 additions and 0 deletions
+6
View File
@@ -11,6 +11,9 @@ const parse = expr => {
withConnectors: true
},
children: [
{
type: 'Pin'
},
{
type: 'Box',
props: {
@@ -38,6 +41,9 @@ const parse = expr => {
]
}
]
},
{
type: 'Pin'
}
]
}
+6
View File
@@ -11,6 +11,9 @@ const parse = expr => {
withConnectors: true
},
children: [
{
type: 'Pin'
},
{
type: 'Box',
props: {
@@ -38,6 +41,9 @@ const parse = expr => {
]
}
]
},
{
type: 'Pin'
}
]
}