UNPKG

react-kd.ui

Version:
36 lines (25 loc) 692 B
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 --- ```jsx npm install react-kd.ui --save ``` Importing the library as a node dependency --- ```jsx import * as KdUi from 'react-kd.ui'; ``` --- ##Karmadata Developers developers.karmadata.com --- ##Use it locally We use yalc instead of npm/yarn link - npm i -g yalc On react-kd.ui/ - yalc publish On you_app/ - yalc add react-kd.ui * note: yalc will modify your package.json, you may want to go back to npm version of the library before publish your app.