|
|
|
|
|
by franciscop
1896 days ago
|
|
Ah I'm not a huge fan of this: <Menu.Items className="absolute mt-1 right-0">
I'd prefer it to be like this: <Menu.Items absolute mt-1 right-0>
I did some experimenting (I'm the owner of `react-tailwind`, please reach out if you want it!) and it's definitely possible to do that; but it does imply components are purely visual, which I'm not sure it's the way they want to go. It's also not possible to use the colon like `md:...`, but you can do `md="..."` instead, which is a good approximation IMHO |
|