Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 474 Bytes

Emoji Picker React Component

A React component for picking and displaying emojis.

Installation

To use the Emoji Picker component in your React project, you can install it via npm:

npm install react-emoji-pickers

import React from 'react';
import EmojiPicker from 'emoji-picker';

const App = () => {
  return (
    <div>
      <Emoji emoji="😑" size={40} />
    </div>
  );
};

export default App;

### Visit this site 
https://emoji.slightapps.com/