UIKit
#6072
Replies: 2 comments
-
Nx structure is
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Might have to make the base tailwind theme inside libs as well inorder to make it importable (still figuring nx structure day by day) and soon will release this lib to public when few components are done as alpha |
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
-
I am building a new UI component library with tailwindcss, react and headless UI
Monorepo is built using NX
The question is for the community
Since every component is going to be a lib,
And hopefully community is going to love this kit and contribute to it
Is it ok that base theme is controlled using one tailwind file
Or every component should have its own tailwind theme?
( for customized styling only like buttons, forms etc..)
Surely on high level import ( via project ) it should be easliy customizable via base tailwind file
But talking about lib structure
Asking it in here since main features will be using tailwindcss and want to know tailwindcss devs opinions 👏
Beta Was this translation helpful? Give feedback.
All reactions