Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

style-atlas/react-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Atlas User Interface · GitHub license npm version

Beautifully crafted user interface components of Style Atlas.

# Install like so
yarn add @styleatlas/react-ui

Development

All components are tested, you can run tests with

yarn test --watch

Components can be evaluated visually using React Storybook

yarn run storybook

The package can be built with (useful for yarn link)

# once off
yarn prepare
# or, to watch
yarn watch "yarn prepare" ./src

yarn link to co-develop another project

This 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-ui

Publishing

The package will be built into the ./lib directory and published from there. Simply use:

yarn dist

About

Style Atlas UI components - built in React

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • Shell 2.4%