## Install
``bash`
npm install --save @upyog/digit-ui-libraries
`bash`
This Package is more specific to DIGIT-UI's can be used across mission's
After adding the dependency make sure you have this dependency in
`bash`
frontend/micro-ui/web/package.json
`json`
"@upyog/digit-ui-libraries":"1.8.0",
then navigate to App.js
`bash`
frontend/micro-ui/web/src/App.js
`jsx
import React from "react";
import initLibraries from "@upyog/digit-ui-libraries";
import defaultConfig from "./config";
const App = ({ deltaConfig, stateCode, cityCode, moduleCode }) => {
initLibraries();
const store = eGov.Services.useStore(defaultConfig, { deltaConfig, stateCode, cityCode, moduleCode });
return
Create React Library Example 😄
;export default App;
`
`bash``
1.7.1 UPYOG Base
[jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov]
MIT © Shivank-NIUA
!Logo