Beautifully crafted user interface components of Style Atlas.
# Install like so
yarn add @styleatlas/react-uiAll components are tested, you can run tests with
yarn test --watchComponents can be evaluated visually using React Storybook
yarn run storybookThe package can be built with (useful for yarn link)
# once off
yarn prepare
# or, to watch
yarn watch "yarn prepare" ./srcThis package is published from ./lib to maintain a flat file structure. See this post for details.
We must, therefore, cd to ./lib and then link from there.
yarn prepare &&\
cd ./lib &&\
yarn link &&\
cd -Then in another project
yarn link @styleatlas/react-uiThe package will be built into the ./lib directory and published from there. Simply use:
yarn dist