Variants
Some emojis have skin tone variants. When an emoji is selected in the picker that has variants, a variant popup will appear so the user can select the desired variant.
If you do not want to use emoji variants, set the showVariants
option to false
.
import { EmojiButton } from '@joeattardi/emoji-button';
const picker = new EmojiButton({
showVariants: false
});