Size and layout
Grid size
The emojis in the picker are laid out in a grid. By default, the visible grid is 8 columns by 6 rows. This can be changed by specifying the emojisPerRow
and visibleRows
properties in PickerOptions
.
Emoji size
The size of the individual emojis in the grid can also be changed. The default size is 2rem
. This can be changed by specifying the emojiSize
property in PickerOptions
. This can be any valid CSS size value.