0.0.0 • Published 7 years ago

karmadata.ui v0.0.0

Weekly downloads
4
License
https://www.karma...
Repository
github
Last release
7 years ago

react-kd.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

npm install react-kd.ui --save

Importing the library as a node dependency

import * as KdUi from 'react-kd.ui';

##Karmadata Developers

developers.karmadata.com

##Use it locally
- to use it locally you must do (remove node_modules/):
 - npm link --production  (lib/)
 - npm link 'react-kd.ui' (project/)
 - npm install (project/ & lib/)
 - npm run watch (lib/)
 * - npm run test (lib/)