Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaSekh authored Jan 20, 2021
1 parent e0164d9 commit 0925750
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ Object containing infos about an emoji.
- `emoji: string`
The emoji itself.
- `label: string`
Label of the emoji, used for accessibility reasons
Label of the emoji, used for accessibility reasons.
- `counter?: number`
Number of times the emoji was selected (Optional)
Number of times the emoji was selected (Optional).

* * *

Expand Down Expand Up @@ -275,7 +275,7 @@ Default block, already configured and ready to be used anywhere.
- `emojis: Array<Emoji>`
All available emojis.
- `selected: Array<Emoji>`
Emojis already selected (taken from a database, from example)
Emojis already selected (taken from a database, from example).

* * *

Expand All @@ -291,9 +291,9 @@ const myEmoji= (
Component used to render Emojis.

- `emoji: Emoji`
The Emoji to render
The Emoji to render.
- `onClick?: function`
Optional callback
Optional callback.

* * *

Expand Down

0 comments on commit 0925750

Please sign in to comment.