You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for Nuxt UI v3, it's absolutely wonderful! The migration was a bit challenging but now it's a pure joy to use. The new design system with Tailwind V4 CSS variables is brilliant.
Suggestion
While the current system with CSS variables is powerful, writing classes like text-(--ui-text-dimmed) can be a bit verbose. We could provide shorter utility classes that wrap these variables.
Description
First of all, thank you for Nuxt UI v3, it's absolutely wonderful! The migration was a bit challenging but now it's a pure joy to use. The new design system with Tailwind V4 CSS variables is brilliant.
Suggestion
While the current system with CSS variables is powerful, writing classes like
text-(--ui-text-dimmed)
can be a bit verbose. We could provide shorter utility classes that wrap these variables.Example implementation:
Benefits
text-dimmed
vstext-(--ui-text-dimmed)
Would it make sense to include these shorter utilities by default in Nuxt UI?
Additional context
No response
The text was updated successfully, but these errors were encountered: