UNPKG

luna-ui-lib

Version:

A React ui-lib built with StyledComponents

58 lines (42 loc) 2.49 kB
# Luna-ui A React ui-lib built with StyledComponents ![luna banner](./luna.png) ## Tech Stack | ES2018 | React | Styled Components | Jest | | :-------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------: | :------------------------------------------------------------------------: | :----------------------------------------------------------------------------------: | | <img width="70px" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/2000px-Unofficial_JavaScript_logo_2.svg.png"> | <img width="70px" src="https://cdn.worldvectorlogo.com/logos/react.svg"> | <img width="70px" src="https://www.styled-components.com/static/atom.png"> | <img width="70px" src="https://cdn.auth0.com/blog/testing-react-with-jest/logo.png"> | ## Install ``` yarn add luna-ui-lib ``` ## Unit Tests To run the unit tests: ``` yarn test ``` ## Docs - [Storybook](https://luna-ui-lib.github.io/luna-ui/index.html?path=/story/*) - `./docs` ## Project Structure ``` . +-- README.md +-- .gitignore +-- .babelrc +-- .npmignore +-- package.json +-- /docs | +-- ... github pages content +-- /stories | +-- ... +-- /src | +-- /components | | +-- ... | +-- /config | | +-- ... | +-- index.js | +-- setupTests.js ``` ## Team | <img width="70px" src="https://avatars.githubusercontent.com/mogobruno"> | <img width="70px" src="https://avatars.githubusercontent.com/rmdias"> | <img width="70px" src="https://avatars.githubusercontent.com/sppiotrowski"> | | :----------------------------------------------------------------------: | :-------------------------------------------------------------------: | :-------------------------------------------------------------------------: | | [@mogobruno](https://www.github.com/mogobruno) | [@rmdias](https://www.github.com/rmdias) | [@sppiotrowski](https://www.github.com/sppiotrowski) |