Feedback on the Account UI components #1381
Unanswered
derwaldgeist
asked this question in
Q&A
Replies: 1 comment
-
Thank you for the feedback @derwaldgeist, will take this back to the team. Were you ever able to get account kit integrated or find a workaround? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to integrate Account Kit into an existing Meteor 3 application that has been built with SCSS. This causes me a lot of headaches, as it causes conflicts in the Meteor build process that supports either SCSS or Tailwind, but not both in combination. I saw that there is a fallback to use hooks only (without Tailwind), but in this case, of course, you loose a lot of automatic features.
So I wanted to leave the feedback that - while it is tempting - requiring infra dependencies like Tailwind is not always a good option if you want to foster adoption. I would have appreciated a solution that just uses CSS, so the components could be integrated into any existing framwork more easily.
Not everyone is building apps "from scratch" or willing to change the whole stack just to integrate another 3rd party library.
Beta Was this translation helpful? Give feedback.
All reactions