Open rudnitskih opened 5 years ago
TODOs:
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?
I fixed this problem with new API for css-loader.
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.