storybook-eol / addon-smart-knobs

🧠 This Storybook plugin uses @storybook/addon-knobs but creates the knobs automatically based on PropTypes.
https://storybooks.js.org
217 stars 36 forks source link

Convert string to boolean when needed #76

Closed Axfan closed 4 years ago

Axfan commented 4 years ago

Hi,

I noticed a bug where boolean knobs were resolving truthy because they were set to strings eg "false". This code should fix that.

Also, thank you for this plugin it's really cool!