@itsjonq/controls
Version:
A control panel to develop React UI
12 lines • 439 B
JavaScript
/**
* The <Controls /> component renders the interactable <Field /> UI that
* correspond to the fields from state.
*
* Ideally, only one <Controls /> component should be added to an application
* or test environment. This can be done at/near the root level, or via
* a Provider wrapper of some kind.
*
* No props need to be passed to <Controls /> as it interacts directly
* with the internal store.
*/
export * from './Controls';