2.1.1 • Published 5 years ago
nk-design-system v2.1.1
nk-design-system
A react component library by following Atlassian design language(https://www.atlassian.design/)
Installation and usage
Before installing add "postinstall": "node node_modules/nk-design-system/build.js" inside script tag in package.json.
yarn add nk-design-systemor
npm i nk-design-systemAdd import "../node_modules/nk-design-system/build/index.es.css" in your root component for styles. (refer example folder)
Contribute to the library
Install packages
yarnStarting storybook
yarn storybookBuilding components
yarn buildBuilding storybook UI
yarn build-storybook