react-view
react-view copied to clipboard
Allow props to be set dynamically through knobs on multiple components

Currently the knobs are applicable to the root component (Button) only , I propose to add knobs for the child component (input) also.
It gets a bit unclear what the UI would look like and how would you express the relationship between the Button and input. Note that the code snippet is auto generated based on props.
But we can add like child component and some other set of props for it, then it can be realistic.