Editor
The Vizzly Editor is the main component that renders embedded Editor.
The Editor component shares the majority of it's properties with the Dashboard.
The Editor can be used in conjunnction with the Services package which will return globalLibraries or build a programmatic default.
import Vizzly from '@vizzly/dashboard';
<Vizzly.Editor
// shared properties with a Dashboard
view={async (dataSets: DataSet[]) => << Component >>}
/>;