Theming Strategy #403
MajedMuhammad
started this conversation in
Ideas
Replies: 1 comment
-
Thank you for sharing your thoughts! It would be really helpful if you could provide a more detailed description of your idea, and if possible, an example implementation. Even a simple proof-of-concept or snippet would help clarify your vision for everyone. If you’re open to it, submitting a pull request (PR) with a working example would be a fantastic way for the community to see your approach in action and discuss potential integration. Looking forward to your ideas and any concrete examples you can share! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current way of theming Flowbite-vue components is through using a component. Why don't we expose the theming options the same way as Tailwind does, since it is based on Tailwind?
Instead of relying on something hardcoded like
bg-gray-800
, we may use Flowbite-vue's special CSS variables, e.g.,button-bg-color
?Beta Was this translation helpful? Give feedback.
All reactions