Unify React Desktop - Tokopedia Component Library for Desktop Page based on React
npm install unify-react-desktop> Global component library developed by Tokopedia's Design System team called UNIFY.
> This library can be used on any React based desktop site project via NPM.
Using npm:
``sh
npm install unify-react-desktop
npm install unify-react-desktop@beta ## using beta version
`
or using yarn:
`sh
yarn add unify-react-desktop
yarn add unify-react-desktop@beta ## using beta version
`
`jsx
import Button from 'unify-react-desktop/build/Button';
ReactDOM.render(, node);
`
when upgrading unify-react-desktop`, you can see what have changed since last update in here
See details here