mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
21 lines
418 B
Markdown
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.
|