Hola 👋
It's been a year since Codate, and now there's something new. Hope you like it, and your feedback will go a long way in helping it grow.
I loved what Material Design 3 introduced, but using it on the web? Not easy. The few options out there weren't practical. So I decided to build it myself.
MUI3 is a lightweight, open source set of native components, no third party dependencies. Kind of like shadcn/ui, but pure.
You can find more details on the website.
Website: https://mui3.com
Repo: https://github.com/BadreddineIbr...
Report
It’s fantastic to see open source tools that focus on accessibility but are there any plans to include dark mode or theming right out of the box?
Codate
It’s fantastic to see open source tools that focus on accessibility but are there any plans to include dark mode or theming right out of the box?
Codate
@nathaniel_cook2 already integrated, check the docs: https://mui3.com/docs/installation#tokens
The simplicity of React and CSS is refreshing. Is it ready for production apps or is it still in active development?
Codate
@hina_siddiqui nope, it'll feel ready once all base MD3 components are covered + CLI
I love how lightweight and open source it is. Are there any plans to add dark mode or theme switching in the future?
Codate
@graham_weaver already integrated, check the docs: https://mui3.com/docs/installation#tokens
@badreddine_ibril Is the CSS modular or global? And can I easily override styles without needing to eject or rewrite a ton of code?
Nice clean implementation. How does it stack up against other React MUI libraries in terms of bundle size and performance?
Everything looks so clean and developer friendly. Is it tree shakable to enhance performance in production?