Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hunghg255/rc-emoji-picker
- Owner: hunghg255
- License: mit
- Created: 2024-08-23T09:32:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T09:47:06.000Z (4 months ago)
- Last Synced: 2024-11-18T19:09:47.775Z (about 1 month ago)
- Topics: emoji, picker, react
- Language: TypeScript
- Homepage: https://rc-emoji-picker-playground.vercel.app/
- Size: 295 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
React Emoji Picker## 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:
## License
[MIT](./LICENSE)