An open API service indexing awesome lists of open source software.

https://github.com/natura-cosmeticos/natds-js

React components library by Natura & Co. Design System
https://github.com/natura-cosmeticos/natds-js

design-system material-design material-ui natura react

Last synced: 5 months ago
JSON representation

React components library by Natura & Co. Design System

Awesome Lists containing this project

README

        

# GaYa Design System

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Known Vulnerabilities](https://snyk.io/test/github/natura-cosmeticos/natds-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/natura-cosmeticos/natds-js?targetFile=package.json)

## How to install

If your project is using `react` and `react-dom` version `16.8.4` or higher:

```shell script
# npm
npm i --save @naturacosmeticos/natds-react

# yarn
yarn add @naturacosmeticos/natds-react
```

The `natds-react` package includes style tokens

**Need more info about this package?** Please refer to [natds-react Documentation](./packages/react/README.md)

**Troubles?** Please refer to the [Troubleshooting Guide](./TROUBLESHOOTING.md) of this package.

## How to use

Check our [Design System Storybook](https://natds-web.natura.design/react/index.html) for all React components.

### Not a React-based project?

Install our style tokens separately. Please check [`natds-themes` docs](https://github.com/natura-cosmeticos/natds-commons/tree/master/packages/natds-themes) for more info.

You can also install icons separately. Please check [`natds-icons` docs](https://github.com/natura-cosmeticos/natds-commons/tree/master/packages/natds-icons) for more info.

## How to contribute

To contribute, please check our [Contributing guidelines](./CONTRIBUTING.md).