mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
29 lines
747 B
Markdown
29 lines
747 B
Markdown
# react-hooks
|
|
|
|
## Introduction
|
|
|
|
**standard-cv** is an npm package that provides a standard, beautiful and responsive curriculum vitae.
|
|
|
|
## Package installation
|
|
|
|
```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
|
|
```
|
|
|
|
## How to use the package
|
|
|
|
```jsx
|
|
import { StandardCV } from "@react-bricks/standard-cv";
|
|
```
|
|
|
|
## Changelog
|
|
|
|
**1.0.0** - This version includes the initial version of standard-cv react component.
|
|
**1.0.1** - The user interface has been made more responsive based on the window size.
|
|
**1.0.2** - Packages update.
|
|
**1.0.3** - @flare/react-hooks upgrade.
|