1.0.5 • Published 5 years ago
atomic-ui-lib v1.0.5
Description
React design system with typescript, storybook, styled component and styled system.
I have also written an article about the implementation for it.
To develop
npm run build to compile project, npm version 1.x.x to create tags, git push --follow-tags to create new tag.
To use
In package.json of another project, import this project by "exterior-ui-lib": "git+https://github.com/AlbertWhite/Styled-system-and-storybook.git#v1.0.11", then use the components by import { Text, Link, Box } from 'exterior-ui-lib';.
References:
https://github.com/microsoft/TypeScript-Babel-Starter
https://krasimirtsonev.com/blog/article/javascript-library-starter-using-webpack-es6
https://codesandbox.io/s/04w296kk6p?file=/src/index.tsx:270-315