From 7451500c7261eff2846b004fa07360f3355a43e4 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 15 Oct 2020 09:05:56 +0700 Subject: [PATCH] add guide and readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..55b1f54 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# React Chart.js Component + +**Install** + +Using NPM + +```shell +npm add @cubetiq/react-chart-js +``` + +OR using Yarn + +```shell +yarn add @cubetiq/react-chart-js +``` + +### Contributors +Project's repository: [React Countdown](https://git.cubetiqs.com/CUBETIQ/react-chart-js.git) +- [@s.long](https://git.cubetiqs.com/s.long) +- [@sombochea](https://git.cubetiqs.com/sombochea) +- [@cubetiq](https://git.cubetiqs.com/CUBETIQ) \ No newline at end of file