This adds a new namespace that exports three UI components for a-la-carte use from javascript. This new namespaces is added to the the build for Observable notebooks.
These new UI components try to use as much as possible from the original UI components in the full iql.viz app. But often times the original reagent component had to be redone or wrapped in another component.
Motivation
To allow use of iql.viz UI components from other JS environments like Observable notebooks.
This adds a new namespace that exports three UI components for a-la-carte use from javascript. This new namespaces is added to the the build for Observable notebooks.
These new UI components try to use as much as possible from the original UI components in the full iql.viz app. But often times the original reagent component had to be redone or wrapped in another component.
Motivation
To allow use of iql.viz UI components from other JS environments like Observable notebooks.