Skip to content

kaizer1v/infa-components

Repository files navigation

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>

About

A javascript library for prototyping designs at informatica.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published