probcomp / inferenceql.viz

Apache License 2.0
1 stars 0 forks source link

feat: add UI components for use from javascript #112

Closed harishtella closed 3 years ago

harishtella commented 3 years ago

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.