Skip to content

Commit

Permalink
fix props in share
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Jun 6, 2024
1 parent fd359d1 commit f034bd6
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 deletions.
16 changes: 8 additions & 8 deletions __app/component/LocateMe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,6 @@ return (
}
</pre>
</td>
</tr>
<tr>
<td>
showForever
</td>
<td>Boolean</td>
<td>To hide/remove unsupported feature, make it <b>false</b>. Default value is <b>true</b></td>
<td> <pre>---</pre> </td>
</tr>
<tr>
<td></td>
Expand All @@ -164,6 +156,14 @@ return (
<th>
Default Values
</th>
<tr>
<td>
showForever
</td>
<td>Boolean</td>
<td>To hide/remove unsupported feature, make it <b>false</b>.</td>
<td>Default value is <b>true.</b></td>
</tr>
<tr>
<td>googleKey(*)</td>
<td>String</td>
Expand Down
8 changes: 4 additions & 4 deletions __app/component/Scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,22 +172,22 @@ return (
<tr>
<td>ScannerClose</td>
<td>Element</td>
<td><b>Close</b> the <b>camera</b></td>
<td>onClick, <b>Close</b> the <b>camera</b></td>
</tr>
<tr>
<td>ScannerFacing</td>
<td>Element</td>
<td>Toggle the <b>camera</b> from <b>front</b> to <b>back</b> and vice versa.</td>
<td>onClick, Toggle the <b>camera</b> from <b>front</b> to <b>back</b> and vice versa.</td>
</tr>
<tr>
<td>ScannerFlash</td>
<td>Element</td>
<td>Toggle the <b>flash</b> light of <b>camera</b></td>
<td>onClick, Toggle the <b>flash</b> light of <b>camera</b></td>
</tr>
<tr>
<td>ScannerScanBox</td>
<td>Element</td>
<td>Create a <b>box area</b> used for <b>scanning</b></td>
<td>onClick, Create a <b>box area</b> used for <b>scanning</b></td>
</tr>
</table>

23 changes: 23 additions & 0 deletions __app/component/VoiceRecognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,26 @@ return (
</tr>
</table>

### Child Component
<table>
<th>
Child
</th>
<th>
Type
</th>
<th>
Description
</th>
<tr>
<td>VoiceRecognitionIcon</td>
<td>Element</td>
<td>onClick, <b>A Voice Recognition</b> Modal will open</td>
</tr>
<tr>
<td>VoiceRecognitionModal</td>
<td>Element</td>
<td>Provide the modal here</td>
</tr>
</table>

0 comments on commit f034bd6

Please sign in to comment.