Arrow.js + Storybook #43
jonkwheeler
started this conversation in
General
Replies: 1 comment
-
Awesome work 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In case it helps someone, I was able to add Arrow.js to Storybook pretty easily.
Create a blank folder.
Start with the HTML version of Storybook.
Run the following inside the folder and select HTML as the type you want to install.
Then add Arrow.js.
Add a component.
Add a story.
This worked for me.
I made a repo just in case - https://github.com/jonkwheeler/storybook-arrowjs-boilerplate
Beta Was this translation helpful? Give feedback.
All reactions