readme update

This commit is contained in:
Tudor Stanciu 2023-11-05 10:09:45 +02:00
parent 1cbecac9d8
commit 23a7deac78

View File

@ -1,6 +1,10 @@
# standard-cv
# react-hooks
## Install
## Introduction
**standard-cv** is an npm package that provides a standard, beautiful and responsive curriculum vitae.
## Package installation
```bash
// with npm
@ -10,11 +14,14 @@ npm i --save @react-bricks/standard-cv --registry https://lab.code-rove.com/publ
yarn add @react-bricks/standard-cv --registry https://lab.code-rove.com/public-node-registry
```
## Usage
## How to use the package
```jsx
import { StandardCV } from "@react-bricks/standard-cv";
```
**1.0.0**
This version includes the initial version of standard-cv react component.
## 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