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