You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a low priority as no one actually needs it, yet.
I believe the goal of this is to allow the consumer to provide a custom theme.
Instead of adding a kind prop (so there would be kind and theme, which requires thinking/causes conflict), I think it would be better to just re-use the theme prop:
theme={Tag.types.theme.BLACK} // a preset theme
theme={{ color: 'black', backgroundColor: 'white', borderColor: 'green']} // a custom theme
Feature request
As part of #929 we identified a few areas of the api that could do with some improvements. This issue is to track those issues
Further the
themes
api to be akind
eg
Prerequisites
This is just a checklist, please delete this section after
Please answer the following questions for yourself before submitting a feature request.
Please fill in as much detail as possible
Is your feature request related to a problem?
A clear and concise description of what the problem is
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: