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
It is not published to NPM or anything. And I am using DaisyUI so I decided to just use a lot of stylings from that lib. Also, I pulled in some headlessUI to replace the dropdown. Again, far, far from perfect.
Styles are merged in with tailwind-merge
Honestly, if I have time I'll refactor the project so that it follows more of a unstyled pattern (like HeadlessUI) where you assemble the parts in the order you want, allowing for styling at the component level. It's a bit more work than a single import, but it would make it super easy to move components around.
Anyway. If someone else comes across this lib and you are looking for something without emotion, feel free to hit up my repo and copy/paste away. If you want to help make it a proper component to publish, I'd be happy to help orchestrate CI/CD pipelines and all that.
The text was updated successfully, but these errors were encountered:
Due to NextJS 13 and the issues with emotion as it currently stands, I was messing around converting this component lib to use tailwindcss.
I have a working version here.
https://github.com/anatine/react-components
It is not published to NPM or anything. And I am using DaisyUI so I decided to just use a lot of stylings from that lib. Also, I pulled in some headlessUI to replace the dropdown. Again, far, far from perfect.
Styles are merged in with
tailwind-merge
Honestly, if I have time I'll refactor the project so that it follows more of a unstyled pattern (like HeadlessUI) where you assemble the parts in the order you want, allowing for styling at the component level. It's a bit more work than a single import, but it would make it super easy to move components around.
Anyway. If someone else comes across this lib and you are looking for something without emotion, feel free to hit up my repo and copy/paste away. If you want to help make it a proper component to publish, I'd be happy to help orchestrate CI/CD pipelines and all that.
The text was updated successfully, but these errors were encountered: