karmadata.ui
v0.0.0
Published
Karmadata UI library
Downloads
12
Maintainers
Readme
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 --saveImporting 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/)
