diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..7e257db --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": [] +} \ No newline at end of file diff --git a/README.md b/README.md index a1d61d1..05e3e4d 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,20 @@ [![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg?style=flat-square)](https://github.com/paulosabayomi/CustUp/pulls) [![Tests](https://github.com/paulosabayomi/CustUp/actions/workflows/node.js.yml/badge.svg)](https://github.com/paulosabayomi/CustUp/actions/workflows/node.js.yml) - -![CustUp Init](https://github.com/paulosabayomi/CustUp/blob/master/_assets/custup-default.png) - -CustUp is a highly customizable library with zero dependency, and can be easily adapted to a wide range of applications. - + +![CustUp Init](https://github.com/paulosabayomi/CustUp/blob/master/_assets/custup-default.png) + +CustUp is a highly customizable library with zero dependency, and can be easily adapted to a wide range of applications. + ## Quick Start + ```js import CustUp from 'path/to/custup/src/custup.min.js' const instance1 = new CustUp({ targetRootElement: '#container', }) ``` -This will load the default UI which you can further customize to fit your need or the need of your application - -**More documentations in progress...** \ No newline at end of file + +This will load the default UI which you can further customize to fit your need or the need of your application + +**More documentations in progress...**