Skip to content

Commit

Permalink
readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Jun 3, 2024
1 parent ecd2781 commit 064f748
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions __app/component/AutoFillOtp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

| Value | Used as a | Description|
|--------- | -------- |-----------------|
| <b>AutoFillOtp</b> | Component :white_check_mark: | Can be used as Component |
| <b>autoFillOtp<b> | Service :white_check_mark: | Can be used as Service |
| <b>AutoFillOtp</b> | :white_check_mark: Component | Can be used as Component |
| <b>autoFillOtp<b> | :white_check_mark: Service | Can be used as Service |

##### 1. Here's an example of basic usage with Default Import:
```javascript
Expand Down
4 changes: 2 additions & 2 deletions __app/component/ColorPicker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A minimal [Online demo](link of codesandbox).

| Value | Used as a | Description|
|--------- | -------- |-----------------|
| <b>ColorPicker</b> | Component :white_check_mark: | Can be used as Component |
| <b>colorPicker<b> | Service :white_check_mark: | Can be used as Service |
| <b>ColorPicker</b> | :white_check_mark: Component | Can be used as Component |
| <b>colorPicker<b> | :white_check_mark: Service | Can be used as Service |

##### 1. Here's an example of basic usage with Default Import:
```javascript
Expand Down
4 changes: 2 additions & 2 deletions __app/component/CopyToClipboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

| Value | Used as a | Description|
|--------- | -------- |-----------------|
| <b>CopyToClipboard</b> | Component :white_check_mark: | Can be used as Component |
| <b>copyToClipboard<b> | Service :white_check_mark: | Can be used as Service |
| <b>CopyToClipboard</b> | :white_check_mark: Component | Can be used as Component |
| <b>copyToClipboard<b> | :white_check_mark: Service | Can be used as Service |


##### 1. Here's an example of basic usage with Default Import:
Expand Down
4 changes: 2 additions & 2 deletions __app/script/boilerPlate.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ A minimal [Online demo](link of codesandbox).
| Value | Used as a | Description|
|--------- | -------- |-----------------|
| <b>${COMPONENT}</b> | Component :white_check_mark: | Can be used as Component |
| <b>${COMPONENT_SERVICE}<b> | Service :white_check_mark: | Can be used as Service |
| <b>${COMPONENT}</b> | :white_check_mark: Component | Can be used as Component |
| <b>${COMPONENT_SERVICE}<b> | :white_check_mark: Service | Can be used as Service |
##### 1. Here's an example of basic usage with Multiple Import: with Default Import:
\`\`\`javascript
Expand Down

0 comments on commit 064f748

Please sign in to comment.