standard-cv/README.md

747 B

react-hooks

Introduction

standard-cv is an npm package that provides a standard, beautiful and responsive curriculum vitae.

Package installation

// 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

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.