🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

unify-react-mobile

Package Overview
Dependencies
Maintainers
7
Versions
601
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unify-react-mobile

Unify React Mobile - Tokopedia Component Library for Mobile Page based on React

3.40.13
latest
Source
npm
Version published
Weekly downloads
2.2K
80.28%
Maintainers
7
Weekly downloads
 
Created
Source

Unify React Mobile · PRs Welcome Commitizen friendly semantic-release

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

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts