-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide on UI framework #32
Comments
Alright I guess I'll bat for TailwindCSS https://tailwindcss.com Being pure CSS helpers means we can sidestep the inherent dependency on JS that most frameworks have and write our component logic exclusively in C#. |
My colleague at work uses materialUI and it's quite neat looking: |
It looks fine, but isn't that framework quite closely bound to React? It seems like it has that dependency even for generating compiled stylesheets. |
There was quite positive reaction about TailwindCSS, it's not coupled with JS so I think we're settled. |
Why not just use something like LESS or SASS? |
Let's lay down the option and pick one UI framework to use for Blazor.
The text was updated successfully, but these errors were encountered: