Code Monkey home page Code Monkey logo

Comments (8)

ealush avatar ealush commented on May 23, 2024 5

Hey @RaknaXTR, I am assuming you want a feature for custom emojis. That's pretty easy to support, but I am wondering - how would you like to use that?

The way I imagine it, is that you pass to the picker an array of custom custom group, each with its own emojis, so it would look something like that:

const customGroups = [{
  name: 'GROUP_NAME',
  emojis: [{
    id: 'emoji_id',
    name: 'emoji_name',
    url: 'http://image.url.com',
    keywords: ['smiley face big', 'big mouth smile']
  }]
}]

Along with that, the emojiClick value would match this, maybe with an added {custom: true} so you know to use it differently.

Does that make sense to you, or would you expect it to behave differently?

from emoji-picker-react.

 avatar commented on May 23, 2024 3

@ealush Hey, again me! I may be a little impatient about this, I apologize for this, but 1 month has passed and I really need this feature. When can you add this feature?

from emoji-picker-react.

ealush avatar ealush commented on May 23, 2024 2

Awesome, @tantany. You can take it. Thanks!

from emoji-picker-react.

 avatar commented on May 23, 2024 1

Yes, that makes sense to me.

from emoji-picker-react.

askubaid avatar askubaid commented on May 23, 2024 1

Hey.. First of all.. great work... both thumbs up.. I have a question... how would you change the css? I changed the main.css file inside the node modules but nothing reflected on the ui.

from emoji-picker-react.

tantany avatar tantany commented on May 23, 2024 1

Hi, I'll be glad to handle this issue :)

from emoji-picker-react.

timoziemann avatar timoziemann commented on May 23, 2024

I'd be interested in adding one or multiple groups aswell! :) Great plugin!

from emoji-picker-react.

vsobotka avatar vsobotka commented on May 23, 2024

We are looking for a component to pick emojis into our game. We also want to add a bunch of ingame emojis, like resources and buildings. And because we have 50+ of each, we would really love to have own category and tab for each. More like a tab, as they can be further divided into industries.

Defining the custom emojis, together with categories, could be further done by specifying category on that emoji, instead of the approach described above.

from emoji-picker-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.