<p align="center">
  <a href="https://www.nhn-commerce.com/" rel="noopener" target="_blank"><img width="246" height="60" src="https://img.cdn-nhncommerce.com/NCDS/logo/logo_commerce.png" alt="NHN COMMERCE logo"></a>
</p>

## Installation

1. Install the package in your project directory with:

```
npm install @ncds/ui
```

```
yarn add @ncds/ui
```

2. You should import the CSS in the root index.tsx or App.tsx.

```js
 import @ncds/ui/dist/ui/assets/styles/style.css
```

3. 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.

```js
import { componentName } from '@ncds/ui';
```

## Documentation

https://nhn-commerce-fe.github.io/design-system/

## License

This project is licensed under the terms of the
[MIT license](/LICENSE).
