1.1.2 • Published 3 years ago

@mob2con/mc2-react-lib v1.1.2

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

mc2-react-lib

This lib contains shared components to be used in the solutions based on the mobcontrol v2

Usage

Prerequisites

Instalation

yarn install mc2-react-lib

Examples

Navigate trought the /src/examples folder

yarn start

Developing

Build components under the /src/lib folder

Coding

Test

yarn test

Publish

yarn build
yarn version --[major|minor|patch]
npm publish