mirror of
https://dev.azure.com/tstanciu94/Packages/_git/standard-cv
synced 2025-08-10 18:32:25 +03:00
readme update
This commit is contained in:
parent
1cbecac9d8
commit
23a7deac78
17
README.md
17
README.md
@ -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
|
```bash
|
||||||
// with npm
|
// 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
|
yarn add @react-bricks/standard-cv --registry https://lab.code-rove.com/public-node-registry
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## How to use the package
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import { StandardCV } from "@react-bricks/standard-cv";
|
import { StandardCV } from "@react-bricks/standard-cv";
|
||||||
```
|
```
|
||||||
|
|
||||||
**1.0.0**
|
## Changelog
|
||||||
This version includes the initial version of standard-cv react component.
|
|
||||||
|
**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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user