You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
I'm hoping to be able to add Smart Knobs to my stencil components. Will it work with Stencil?
I tried this a couple weeks ago and didn't have any luck.
Was talking to someone who had this to say:
As the readme says it works on "proptypes and flow" and needs the docgen babel plugin for react which means its cant be used for Stencil. But since Stencil is based on TS and we can easily create definition file (.d.ts) we should be able to use a similar approach to create stencil knobs plugin.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've used https://www.npmjs.com/package/stencil-storybook-wrapper to put storybook into my stencil app.
I'm hoping to be able to add Smart Knobs to my stencil components. Will it work with Stencil?
I tried this a couple weeks ago and didn't have any luck.
Was talking to someone who had this to say:
The text was updated successfully, but these errors were encountered: