Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serebrov authored Dec 28, 2023
1 parent 0a7601c commit 56ba894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ Note: CSS also includes background images for image-based emoji sets (apple, goo
}
```

Add the `<picker>` component to your template:

```html
<picker :data="emojiIndex" set="twitter" />
<picker :data="emojiIndex" @select="addEmoji" />
Expand Down

0 comments on commit 56ba894

Please sign in to comment.