draftbit / rescript-storybook

Storybook bindings for Rescript
81 stars 21 forks source link

Knob doesn't seem to work #4

Closed davesnx closed 4 years ago

davesnx commented 4 years ago

Hello ,

I tried to use knob with bs-storybook and I can't find a way to make it work, I have a repo-example https://github.com/davesnx/reason-storybook-example

I tried to add knobs on the main.js: "@storybook/addon-knobs/register" and then adding the withKnobs in the Story but I can't find the API that works well.

I could be doing something wrong, but I don't fully get that from the documentation.

Thanks for creating the bindings are being super helpful!