-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme system #17
Comments
Hey, thank you for your interest in the project. Are you able to clone and run the project locally? During the install process you are able to pass in your own theme object that contains the properties needed to style it your own way. |
yes, I understand, but If I'm using for example just the Table component it starts complaining about not having the theme, i basically have to pass the theme-override prop every time i call a component |
Do you have an example of how you are including it? |
in nuxt for example, I pull a component like this:
|
The best way to handle that is just install the specific component and override the theme.
Can also install just an array of components.
This way you handle the config once. Let me know if you have other issues or errors. |
Is it possible to get some explanation on the theme system? And how to change it etc?
The text was updated successfully, but these errors were encountered: