UNPKG

@egovernments/digit-ui-libraries

Version:

## Install

75 lines (43 loc) 1.45 kB
# digit-ui-svg-components ## Install ```bash npm install --save @egovernments/digit-ui-libraries ``` ## Limitation ```bash This Package is more specific to DIGIT-UI's can be used across mission's ``` ## Usage After adding the dependency make sure you have this dependency in ```bash frontend/micro-ui/web/package.json ``` ```json "@egovernments/digit-ui-libraries":"1.8.1-webpack-20", ``` then navigate to App.js ```bash frontend/micro-ui/web/src/App.js ``` ## Usage ```jsx import React from "react"; import initLibraries from "@egovernments/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 <p>Create React Library Example 😄</p>; }; export default App; ``` ## Changelog ### Summary for Version [1.8.2-beta.1] - 2024-06-05 For a detailed changelog, see the [CHANGELOG.md](./CHANGELOG.md) file. ### Published from DIGIT Frontend DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/develop) ### Contributors [jagankumar-egov] [nipunarora-eGov] [Tulika-eGov] [Ramkrishna-egov] [nabeelmd-eGov] [anil-egov] [vamshikrishnakole-wtt-egov] ## License MIT © [jagankumar-egov](https://github.com/jagankumar-egov) ![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png)