playable
playable copied to clipboard
The current playground is not enough to contribute into playable
During working on RTL feature we found only one way how to test playble in different configurations is change something in develop.ts
file. This approach is annouying because is diffuclt to understand all possible configurations for library and make some changes.
I propose to describe all options in playground page.
PR - https://github.com/wix/playable/pull/134
TODOs:
- [ ] Better integration with oki-doc (make storybook as subpage of docs site, not external links)
- [ ] Think about which knobs should be in the playground
- [ ] Better code architecture for Story
Quick intro to storybook: https://storybook.js.org/docs/guides/guide-react/ knobs doc: https://www.npmjs.com/package/@storybook/addon-knobs
Unfortunately, after the following npm i
some issue with webpack which I don't know how to fix quickly:
Will try to take a look on next week.
@Dariia Did you have any progress with this on Friday?
should be related to https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#breaking-changes
I fixed this problem with new API for css-loader.