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.
Installation
Using npm:
npm install unify-react-desktop
npm install unify-react-desktop@beta
or using yarn:
yarn add unify-react-desktop
yarn add unify-react-desktop@beta
Usage
import Button from 'unify-react-desktop/build/Button';
ReactDOM.render(<Button main>Hello</Button>, node);
when upgrading unify-react-desktop
, you can see what have changed since last update in here
Development, Scripts, & Contributing guide
See details here