unify-react-mobile
v3.40.12
Published
Unify React Mobile - Tokopedia Component Library for Mobile Page based on React
Downloads
10,311
Keywords
Readme
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.
Installation
Using npm:
npm install unify-react-mobile
npm install unify-react-mobile@beta ## using beta version
or using yarn:
yarn add unify-react-mobile
yarn add unify-react-mobile@beta ## using beta version
Usage
import Button from 'unify-react-mobile/build/Button';
ReactDOM.render(<Button main>Hello</Button>, node);
when upgrading unify-react-mobile
, you can see what have changed since last update in here
Development, Scripts, & Contributing guide
See details here