standard-cv/README.md
2022-09-07 10:50:25 +03:00

21 lines
414 B
Markdown

# standard-cv
## Install
```bash
// with npm
npm i --save @react-bricks/standard-cv --registry https://toodle.ddns.net/public-node-registry
// with yarn
yarn add @react-bricks/standard-cv --registry https://toodle.ddns.net/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.