@myinterview/component-library
v1.0.52
Published
myInterview React Component Library --------------
Downloads
2,295
Maintainers
Keywords
Readme
myInterview React Component Library
React components to be shared across myInterview applications
Use
Install the package
$ npm i @myinterview/component-library
Import components
import { Button } from '@myinterview/component-library';
Develop
To install locally run
$ npm i
After installing all dependencies
$ npm run strorybook
To publish
After all changes merge, and build are ready to be publish, change version of package.
major
0.1.2 -> 1.1.2
minor
0.0.2 -> 0.1.2
patch
0.0.1 -> 0.0.2
1. you up the major version when you make incompatible API changes
2. you up the minor version when you add functionality in a backward-compatible manner
3. you up the patch version when you make backward-compatible bug fixes