Skip to content

Commit

Permalink
added base structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov committed Jan 10, 2024
0 parents commit c748e44
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

24 changes: 24 additions & 0 deletions flutter/digit-ui-components/README.md
Original file line number Diff line number Diff line change
@@ -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)

22 changes: 22 additions & 0 deletions react/digit-ui-components/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit c748e44

Please sign in to comment.