standard-cv/README.md

30 lines
789 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.
**1.0.4** - @flare/react-hooks upgrade.