1.0.8 • Published 4 years ago

antd-emoji-picker v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Installation

npm install --save antd-emoji-picker

Usage

import 'antd-emoji-picker/antd-emoji-picker.css';
import { EmojiPicker } from 'antd-emoji-picker';

<EmojiPicker onSelect={addEmoji}/>

Props

with customButton: true

PropDescriptionType
onSelectCallback for on select event(selectedEmoji: ISelectedEmoji) => void
customEmojiListProp for custom emoji list in pickerMap<string, IEmoji[]>
customButtonProp which enable custom picker trigger buttontrue
buttonProp for custom picker trigger button componentReact.ReactElement<BaseButtonProps>

with customButton: false

PropDescriptionType
onSelectCallback for on select event(selectedEmoji: ISelectedEmoji) => void
customEmojiListProp for custom emoji list in pickerMap<string, IEmoji[]>
customButtonProp which enable custom picker trigger buttonfalse
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago