Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 811 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 811 Bytes

Informatica Components Library

A design pattern library for informatica products.

Written in javascript, as a jquery plugin, which is used for internal prototyping purposes at Informatica corp.

Installation

After cloning this repository, run the following commands.

npm install
npm run grunt

Usage

Download the dist folder and create an index.html where you will refer to the js and css files. Additionally, the folder also contains an index.php file which can be viewed on a browser using an apache server like xampp.

<!-- Link to dist css file -->
<link rel='stylesheet' href='infa-components/dist/css/informatica.css' />

<!-- Link to dist javascript file. It requires jquery. -->
<script type='text/javascript' src='infa-components/dist/js/informatica.js'></script>