- Install the package in your project directory with:
npm install @ncds/ui
yarn add @ncds/ui
- You should import the CSS in the root index.tsx or App.tsx.
import @ncds/ui/dist/ui/assets/styles/style.css
- Import the component in the desired file and use it. You can check the list of components by accessing the Storybook link provided in Documentation.
import { componentName } from '@ncds/ui';
https://nhn-commerce-fe.github.io/design-system/
This project is licensed under the terms of the MIT license.