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
With tailwind, we may use mainly div and span with a lot of classes. It could become really cumbersome to read, especially for some classes. For instance, grid or flex.
What is your idea for solve this issue
A possible enhancement could be to add some layout component.
For instance, instead of using the flex class, we may have a layout component for that.
Before:
What problem does this feature solve?
With tailwind, we may use mainly div and span with a lot of classes. It could become really cumbersome to read, especially for some classes. For instance, grid or flex.
What is your idea for solve this issue
A possible enhancement could be to add some layout component.
For instance, instead of using the flex class, we may have a layout component for that.
Before:
After:
Nothing amazing here. Just a little help for the dev ;)
The text was updated successfully, but these errors were encountered: