Installation

Include files from CDN

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

<link href="https://cdn.fancygrid.com/fancy.min.css" rel="stylesheet">
<script src="https://cdn.fancygrid.com/fancy.min.js"></script>
<script>
Fancy.MODULESDIR="https://cdn.fancygrid.com/modules/";
</script>

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>

Bower

Run the following command to start your download.


bower install fancygrid

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.
`