Emoji
Wraps an emoji in a span
tag with aria
attributes to provide accessibility support.
Import
import { Emoji } from '@wpmedia/arc-ui-typography'
Usage
interfaceย EmojiProps
Props | Description |
---|---|
label (optional) | undefined | string = "emoji" Description of the emoji |
value | string Emoji value ๐คฏ |
โ๏ธ
Copy