-
Notifications
You must be signed in to change notification settings - Fork 989
Closed
Labels
Description
Description
Sorry if this information is available, but I could not find an answer in the docs or by searching.
I was hoping to be able to let users select a theme that also included changing component defaults.
Using Vue/Vite (not Nuxt), is it possible to modify the full global configuration (ui object) at runtime (instead of having to pass props to or wrap each component)?
I'm not 100% averse to a bit of monkey patching on my current project, but a supported solution would obviously be much much better.
If this is not currently possible, please consider this a suggestion, for example via an ui prop on the App component or a useNuxtUi composable.
snackVal and vandeveyDavidSabine and RedFatttyBean