creativetimofficial / material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.
https://material-tailwind.com/
MIT License
3.75k stars 321 forks source link

BUG: Button group faulty class "row" instead of "flex-row" #512

Open irg1008 opened 10 months ago

irg1008 commented 10 months ago

image

Maybe I am mistaking but there is no "row" class exported from material-tailwind

This allows for conflicts with multiple libraries that use "row" as class. Seems like an easy fix I could do my self

Thanks