componente · @solu30/ui-kit/input
EmojiPicker
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { EmojiPicker } from '@solu30/ui-kit/input'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| onEmojiSelect | sí | (emoji: string) => void | Called with the selected emoji glyph (e.g. "😀"). |
| className | opcional | string | Extra classes for the picker root (panel). |
| locale | opcional | Locale | UI + search locale. Defaults to Spanish. |
| columns | opcional | number | Emojis per row. WhatsApp-like default is 8. |
| skinTone | opcional | SkinTone | Skin tone applied to supported emojis. |
| searchPlaceholder | opcional | string | Search input placeholder. Defaults to "Buscar emoji". |
| searchAriaLabel | opcional | string | Accessible label for the search input. Defaults to the placeholder. |
| emojiVersion | opcional | number | Cap the visible emoji set to a given Emoji version (forward-compat). |
| autoFocus | opcional | boolean | Focus the search input on mount. |