Skip to content

Commit

Permalink
chore: fix readme table issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed May 24, 2023
1 parent 73c74e6 commit e246187
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 @@ -54,11 +54,11 @@ That's it! You can now use `nuxt-twemoji` in your Nuxt app ✨
3. If you employ SSR (Server Side Rendering) in your Nuxt application, this module will inject the emoji `<svg>` or `<img>` element into the output code during your project's build/generate process. Alternatively, if SSR is not used, the emojis will dynamically render during client runtime.

### Component properties
| Property | Required | Default | Type |
|----------|----------|---------|-------------------|
| `emoji` | Yes | | `String | Object` |
| `size` | No | `1em` | `String` |
| `png` | No | `false` | `Boolean` |
| Property | Required | Default | Type |
|----------|----------|---------|----------------------|
| `emoji` | Yes | | `String` or `Object` |
| `size` | No | `1em` | `String` |
| `png` | No | `false` | `Boolean` |


Use the emoji property to render an emoji by character.
Expand Down

0 comments on commit e246187

Please sign in to comment.