Open tristanjasper opened 3 years ago
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 https://github.com/acl-services/paprika/pull/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.