-
Notifications
You must be signed in to change notification settings - Fork 35
Custom Classes #19
Comments
@alexandermarston this is possible with the |
This would be super helpful |
I have tackled this issue with this PR #27 - this is also a fairly large refactor of the project, allowing for ref forwarding also. |
Is this feature implemented now? I have its usecase in my current project. If not then it would be great if someone could take it. This will make customizations highly flexible. |
@biswajit-k - I have forked the project here: https://github.com/LucidNinja/react-tag-input and have created a pull request for this, but nothing has come of the PR to date. This is a bit of a rewrite under the hood though (functional instead of class based). But for all intents and purposes it's the same package but with the ability to use |
@LucidNinja Great Job! It is extremely helpful. |
It would be useful if we could pass custom class names to the Tag Input component. This would be especially useful for when using things like TailwindCSS as it would handle light/dark mode well.
The text was updated successfully, but these errors were encountered: