#chakra ui & tailwind on different routes with APP Pages

7 messages · Page 1 of 1 (latest)

last void
#

I would like to use tailwind for some Pages of my app like landing page and my portfolio page and then use chakra ui for everything else and at the same time I dont want them to be bundled together.

How would you approach this?

oblique patrol
#

you could use route groups
for example
(tailwind)->layout 1
(chackraui)->layout 2
and in each layout you could make the respective css tool implementation

last void
#

I would like to have more explicit examples because tailwind does not have provider like chakra does so it would need some special "treatment" 😄

oblique patrol
#

sorry in a meeting

#

ok i make a simple example for you

#

one sec