Is it possible use DaisyUI classes to theme a table? #17
Unanswered
tero-kiituri
asked this question in
Q&A
Replies: 1 comment
-
Hi @tero-kiituri With GridCraft you can create your own themes and control every single line of HTML output. Check out the existing templates here: https://github.com/mediakular/gridcraft/tree/master/src/lib/themes. You can for example use plain-table as a minimal and simple base to develop your theme. You can read more about theming here: It would be highly appreciated if you could share your template to the gridcraft community after you've created it. Let me know if you have further questions! |
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.
-
Hi! Gridcraft is awesome! Thousand thanks @st3v3y.
I'm wondering if it's possible to theme gridcraft table with DaisyUI? The only way I can think of is by duplicating my DaisyUI theme values to gc's CSS variables. I may be able to live with that solution, but I would like to avoid duplication if possible.
Beta Was this translation helpful? Give feedback.
All reactions