From c748e44c11460b5365a024eac93e919d2812825f Mon Sep 17 00:00:00 2001 From: Jagankumar <53823168+jagankumar-egov@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:59:38 +0530 Subject: [PATCH] added base structure --- README.md | 13 +++++++++++++ flutter/digit-ui-components/README.md | 24 ++++++++++++++++++++++++ react/digit-ui-components/README.md | 22 ++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 README.md create mode 100644 flutter/digit-ui-components/README.md create mode 100644 react/digit-ui-components/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..c326d3142f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + +# digit ui components + +1. React Common UI Components +2. Flutter Common UI Widgets + +## License + +[MIT](https://choosealicense.com/licenses/mit/) + + +![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png) + diff --git a/flutter/digit-ui-components/README.md b/flutter/digit-ui-components/README.md new file mode 100644 index 0000000000..394d88fb5f --- /dev/null +++ b/flutter/digit-ui-components/README.md @@ -0,0 +1,24 @@ + +# digit ui components + +# Flutter Common UI Widgets + + +## Installation + +Install digit-ui-components with pub + +```bash + $ flutter pub add digit_components + +``` + + + +## License + +[MIT](https://choosealicense.com/licenses/mit/) + + +![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png) + diff --git a/react/digit-ui-components/README.md b/react/digit-ui-components/README.md new file mode 100644 index 0000000000..5a1009fdf2 --- /dev/null +++ b/react/digit-ui-components/README.md @@ -0,0 +1,22 @@ + +# digit ui components + +# React Common UI Components + +## Installation + +Install digit-ui-components with npm + +```bash + npm install digit-ui-components +``` + + + +## License + +[MIT](https://choosealicense.com/licenses/mit/) + + +![Logo](https://s3.ap-south-1.amazonaws.com/works-dev-asset/mseva-white-logo.png) +