-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass className to Selector #114
Comments
I agree. Want to make a PR? I'm a little busy this week so it would be a bit until I can add this. |
@charkour I'd be happy to do it. I'll create one as soon as I have time. 😁 |
Thanks! I appreciate it. |
@justemoilouise, which selectors would you like this to apply to? All of them? Also, are you actively working on this? If yes, I can assign you to this issue. Thanks |
@charkour it would be nice to apply it to all of them. I haven't started working on this. 😅 |
Alright, thanks for the update!
We can use this to track updates. I'm not sure when I'll get time to do this either. But I'll update this if I start to work on it. Or you can let me know if you do. Thanks!! |
Hello, Is there any news regarding the custom styling feature ? Thanks ! |
Hey @lagroms, Right now this custom styling feature is supported for the Custom Selector. Do you need support for other selectors? Thanks |
Well I'm using the custom ReactionBarSelector, but no custom class in being applied in my case. Maybe I'm missing something ? I'm using css-modules in my case :
|
My bad, my question was regarding the ability to add a className on the component, instead of passing the style directly to it, and also have more control on the rest. For exemple, i'd like to style the labels, not sure this is currently possible ? Thanks. |
Hi @lagroms! Currently it is not possible to style the labels, but that is a great idea. Would you be willing to make a PR for this feature? |
Ideally, it would be nice to be able to pass a
className
into the selectors so users could add their own styles into it - background-color, etc.The text was updated successfully, but these errors were encountered: