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

unify-react-desktop

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unify-react-desktop

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

0.24.2
latest
Version published
Maintainers
6
Created

Unify React Desktop · 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 desktop site project via NPM.

Installation

Using npm:

npm install unify-react-desktop

npm install unify-react-desktop@beta     ## using beta version

or using yarn:

yarn add unify-react-desktop

yarn add unify-react-desktop@beta      ## using beta version

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

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