@djb25/digit-ui-react-components
v1.0.0
Published
## Install
Readme
digit-ui-react-components
Install
npm install --save @djb25/digit-ui-react-componentsLimitation
This Package is more specific to UPYOG can be used across mission'sUsage
After adding the dependency make sure you have this dependency in
frontend/micro-ui/web/package.json"@djb25/digit-ui-react-components":"1.0.0",then navigate to App.js
frontend/micro-ui/web/src/App.jsSyntax for importing any component;
import React, { Component } from "react";
import MyComponent from "@djb25/digit-ui-react-components";
class Example extends Component {
render() {
return <MyComponent />;
}
}
### Changelog
```bash
1.7.1 UPYOG base versionDocumentation
Documentation Site (https://core.digit.org/guides/developer-guide/ui-developer-guide/digit-ui)
Maintainer
Published from UPYOG Frontend
UPYOG Frontend Repo (https://github.com/upyog/UPYOG/tree/develop)
