Skip to content

Commit

Permalink
fix(added readme.md files): added readme.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 20, 2024
1 parent 9e468e6 commit 45cbc0b
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 8 deletions.
1 change: 0 additions & 1 deletion __app/component/AutoFillOtp/README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion __app/component/CopyToClipboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const successCb = ({ msgType, msg, data }) => {
/>
```
> [!Note]
Define **successCb** fn and your will get an object in param contains the property ```msgType```, ```msg```, ```data```
> Define **successCb** fn and your will get an object in param contains the property ```msgType```, ```msg```, ```data```
## 3. Failure CallBack Fn along with failure msg
```js
Expand Down
12 changes: 12 additions & 0 deletions __app/component/LiveLocationTracking/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
## 1. Happy Flow

#### a) Provide mandatory fields
```js
<LiveLocationTracking
googleKey="AIzaSyCimWLcCkTc03jZrTE6TxfTH0PauR2Keps"
isProdKey={false}
destinationLatLng={{ lat: 12.9541033, lng: 77.7091133 }}
/>
```
> [!Note]
> Passing production googleKey require to pass isProdKey as a true.
20 changes: 17 additions & 3 deletions __app/component/LocateMe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
1. sudo vim /etc/hosts
2. 127.0.0.1 beta.reliancedigital.live
2. 127.0.0.1 beta.mysite.live
3. chrome://net-internals/#hsts
4. delete beta.reliancedigital.live
4. delete beta.mysite.live
5. chrome://flags/#unsafely-treat-insecure-origin-as-secure
6. add domain [beta.reliancedigital.live](http://beta.reliancedigital.live:9003)
6. add domain [beta.mysite.live](http://beta.mysite.live:9003)

## 1. Happy Flow

#### a) Provide mandatory fields
```js
<LocateMe
googleKey="AIzaSyCimWLcCkTc03jZrTE6TxfTH0PauR2Keps"
isProdKey={false}
>
Locate Me
</LocateMe>
```
> [!Note]
> Passing production googleKey require to pass isProdKey as a true.
20 changes: 17 additions & 3 deletions __app/component/LocateMe/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
1. sudo vim /etc/hosts
2. 127.0.0.1 beta.reliancedigital.live
2. 127.0.0.1 beta.mysite.live
3. chrome://net-internals/#hsts
4. delete beta.reliancedigital.live
4. delete beta.mysite.live
5. chrome://flags/#unsafely-treat-insecure-origin-as-secure
6. add domain [beta.reliancedigital.live](http://beta.reliancedigital.live:9003)
6. add domain [beta.mysite.live](http://beta.mysite.live:9003)

## 1. Happy Flow

#### a) Provide mandatory fields
```js
<LocateMe
googleKey="AIzaSyCimWLcCkTc03jZrTE6TxfTH0PauR2Keps"
isProdKey={false}
>
Locate Me
</LocateMe>
```
> [!Note]
> Passing production googleKey require to pass isProdKey as a true.
4 changes: 4 additions & 0 deletions __app/component/PhoneBook/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
## 1. Happy Flow

```js
<PhoneBook />
```
5 changes: 5 additions & 0 deletions __app/component/Share/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@

## 1. Happy Flow

```js
<Share />
```
14 changes: 14 additions & 0 deletions __app/component/TextToSpeech/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
## 1. Happy Flow

```js
<VoiceRecognitionInit>
<VoiceRecognitionIcon>
Voice Icon
</VoiceRecognitionIcon>
<VoiceRecognitionModal>
<div>Voice Modal</div>
</VoiceRecognitionModal>
</VoiceRecognitionInit>
```



11 changes: 11 additions & 0 deletions __app/component/VoiceRecognition/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@

## 1. Happy Flow

```js
<TextToSpeech.Init text="Password field is not contained in a form: (More info: ">
<TextToSpeech.Start>TextToSpeech-Start</TextToSpeech.Start>
<TextToSpeech.Stop>TextToSpeech-Stop</TextToSpeech.Stop>
</TextToSpeech.Init>
```



0 comments on commit 45cbc0b

Please sign in to comment.