Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/odeyabdulrahman/emoji-rating-js

This Library is used to evaluate or rating using emojis in react js
https://github.com/odeyabdulrahman/emoji-rating-js

emoji react react-emoji-rating reactjs

Last synced: 3 days ago
JSON representation

This Library is used to evaluate or rating using emojis in react js

Awesome Lists containing this project

README

        

# react emoji rating

This Library is used to evaluate or rating using emojis in react js

## Installation

In the project directory, you can run: npm i emoji-rating-js

## Usage

To used Add this lines

![rating by emojes](https://i.postimg.cc/6pxrtTg9/Animation.gif)

![rating by emojes](https://i.postimg.cc/fL1GbxY2/emojes-code.png)

1. `import { EmojiRating, SymbEmojiRating, Emojes, SymbolEmojes, Styles } from 'emoji-rating-js`

2. `const [Emoji, setEmoji] = useState({});`

3. `const getEmoji = (item) => setEmoji(item);`

4. `


`

## Options

| Property | Type | Description |
| :------------ | :---: | --------: |
| data | json object | `List of emoji objects` |
| onChange | func | `Called when any emoji item selected` |
| style | css object | `add style to selected emoji item` |
| size | number | `size of emoji` |