standard-cv/README.md

21 lines
418 B
Markdown

# standard-cv
## Install
```bash
// with npm
npm i --save @react-bricks/standard-cv --registry https://lab.code-rove.com/public-node-registry
// with yarn
yarn add @react-bricks/standard-cv --registry https://lab.code-rove.com/public-node-registry
```
## Usage
```jsx
import { StandardCV } from "@react-bricks/standard-cv";
```
**1.0.0**
This version includes the initial version of standard-cv react component.