1.0.17 • Published 8 months ago

reactjs-emoji-keyboard v1.0.17

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

ReactJS Emoji Keyboard | Playground

An emoji keyboard component for ReactJS.

Novo Projeto (10)

Installation

npm install reactjs-emoji-keyboard

or

yarn add reactjs-emoji-keyboard

Usage

import { EmojiKeyboard } from "reactjs-emoji-keyboard";

function App() {
  
  return (
    <EmojiKeyboard
      height={320}
      width={350}
      theme="dark"
      searchLabel="Procurar emoji"
      searchDisabled={false}
      onEmojiSelect={(emoji) =>console.log(emoji)}          
      categoryDisabled={false}
    />
  );
}

Features

  • 🌙 Dark theme
  • 🎨 Customizable
  • 🖱️ Customizable click handler

Props

PropTypeDefaultDescription
searchDisabledbooleanfalseShow/hide emoji search bar
categoryDisabledbooleanfalseShow/hide emoji categories
searchLabelstringProcurar emojiChange the emoji search input label
onEmojiSelectfunctionfalseFunction executed when an emoji is selected
theme"ligh", "dark""light"Sets the emoji keyboard theme
widthnumber320Sets the emoji keyboard width
heightnumber350Sets the emoji keyboard height
containerStylestyle-Applies the style to the main keyboard container
searchStylestyle-Applies the style to the search container
1.0.17

8 months ago

1.0.16

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

0.0.0

8 months ago