karmadata-ui
===

This is the code repository for the react karmadata ui components, this is a node module that developers can import and use in their projects to use the karmadata widgets to build custom apps.

Installation
---

```jsx
npm install karmadata-ui --save
```


Importing the library as a node dependency
---

```jsx
import * as KdUi from 'karmadata-ui';
```
---

##Karmadata Developers
  developers.karmadata.com
---
##Use it locally
```jsx
 npm link (on lib folder)
 npm link 'karmadata-ui'
```


