Installation

Include files from CDN

Include the JavaScript files in the <head> section of your web page as shown below.

<script src="https://cdn.jsdelivr.net/npm/fancygrid/client/fancy.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/fancygrid/client/fancy.min.css" rel="stylesheet">

Alternatively load files from own domain

Download Latest Build and include files to your page.

<link href="/fancygrid/fancy.min.css" rel="stylesheet">
<script src="/fancygrid/fancy.min.js"></script>

Full built

Another way of including is full built.
In this case modules system will not load any but full size is more.


<link href="/fancygrid/fancy.min.css" rel="stylesheet">
<script src="/fancygrid/fancy.full.min.js"></script>

npm

Run the following command to start your download.


npm install fancygrid

Get Started

Now you are now ready to use FancyForm.
See Your first form to get started.
`