Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hunghg255/rc-emoji-picker

React Emoji Picker
https://github.com/hunghg255/rc-emoji-picker

emoji picker react

Last synced: about 1 month ago
JSON representation

React Emoji Picker

Awesome Lists containing this project

README

        



logo


React Emoji Picker


NPM Version
NPM Downloads
Minizip
Contributors
License

## Demo

[Demo](https://rc-emoji-picker-playground.vercel.app/)

## Install

```bash
npm install rc-emoji-picker
```

## Usage

```jsx
import EmojiPicker from 'rc-emoji-picker'

import 'rc-emoji-picker/style.css'

function App() {
const [emoji, setEmoji] = useState('')

return (
{
setEmoji(v)
}}
>

Select Emoji
{emoji}


)
}
```

## Run Locally

Clone the project

```bash
git clone https://github.com/hunghg255/rc-emoji-picker.git
```

Go to the project directory

```bash
cd rc-emoji-picker
```

Install dependencies

```bash
pnpm install
```

Start the Demo server

```bash
npm run build:lib:dev
npm run playground
```

## All Contributors

Thanks to the following friends for their contributions to project:


contributors

## License

[MIT](./LICENSE)