addon-smart-knobs icon indicating copy to clipboard operation
addon-smart-knobs copied to clipboard

🧠 This Storybook plugin uses @storybook/addon-knobs but creates the knobs automatically based on PropTypes.

Results 33 addon-smart-knobs issues
Sort by recently updated
recently updated
newest added

Since `withSmartKnobs` encapsulates `withKnobs` here: https://github.com/lucasconstantino/storybook-addon-smart-knobs/blob/master/src/index.js#L65 The usage of `withKnobs` decorator in readme example is unnecessary duplicate, right? ```jsx storiesOf('Button') .addDecorator(withSmartKnobs) .addDecorator(withKnobs) // Smart knobed button) ```

Hey, While working with this add on and looks like there is no option to use in combine with user defined knobs (like without using this add on). Is it...

It's my understanding that this library is pretty deprecated and it's main purpose was already implemented into Storybook's core, or was it not? Can we we please add some disclaimer...