myInterview React Component Library --------------
npm install @myinterview/component-librarymyInterview React Component Library
--------------
React components to be shared across myInterview applications

!ts
#### Install the package
```
$ npm i @myinterview/component-library
#### Import components
``
import { Button } from '@myinterview/component-library';
#### To install locally run
``
$ npm i
#### After installing all dependencies
``
$ npm run strorybook
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