Replies: 5 comments 7 replies
-
|
Do we have any way of doing this now? I want to pull theme from database. |
Beta Was this translation helpful? Give feedback.
-
|
This is should get way more attention |
Beta Was this translation helpful? Give feedback.
-
|
@shawnmclean how about you define themes statically in the code and referrence them into you DB and change dynamically? |
Beta Was this translation helpful? Give feedback.
-
|
Bump, I also need this feature. For now, I'll try with workaround described by @muneeb-r , but if everything goes well and I'll get more customers, this solution will be unscalable |
Beta Was this translation helpful? Give feedback.
-
|
Any news regarding this feature? ➕ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The idea is simple - once you create a theme (
createTheme) you should be able to modify dynamically parts of it (for example - primary color) so its applied instantly to buttons, modals etc.Not sure if this is part of nextui yet but if it isn't i believe it would be a good feature to have.
Example:
// _app.tsx
// ComponentA.tsx
Beta Was this translation helpful? Give feedback.
All reactions