Panel
<Panel />
#
#
Use ๐งA React component to render the Builder's Panel.
#
Props โ๏ธview: Object
An object representing what will be rendered to the screen as a panel for each node in the tree. Its keys should be the 'type' Strings used when nodes are created, and its values should be React Components.
note
If no view is provided, the Panel Component will not render anything.