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
@badreddine_ibril Can I easily integrate this with Next.js right out of the box?
Codate
@badreddine_ibril Can I easily integrate this with Next.js right out of the box?
Codate
@rdward_collin no CLI yet, but it’s not that bad either
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
Combining React with MD3 is such a great match. Do you offer prebuilt layouts or is it just individual components?
Codate
@mia_arthur https://mui3.com/examples
this is where I'll showcase some cool stuff u can build with MUI3, I'm cooking
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?