Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nk-design-system

Nikhil-Kumaran26MIT2.1.1TypeScript support: included

A react component library by following Atlassian design language(https://www.atlassian.design)

design-system, react, storybook, typescript, tailwindcss

readme

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-system

or

npm i nk-design-system

Add 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

yarn

Starting storybook

yarn storybook

Building components

yarn build

Building storybook UI

yarn build-storybook