New component: MUI for Dash

Hi all,

I want to introduce you to my latest Dash component: Dash MUI! :partying_face:

It brings the fantastic components from the MUI project to Dash; so far, I’ve implemented the following components:

  1. Button
  2. Button group
  3. Grid (for layouts)
  4. Accordion
  5. Card
  6. Form
  7. Radio buttons
  8. Slider
  9. Tables

You can see the demo here: https://dash-mui.ploomberapp.io

The source code for the demo is available on GitHub, and the component source code is also on GitHub - please show your support with a :star2:!

To install:

pip install dash-mui-ploomber

(sadly, dash-mui was already taken)

Please let me know what components we should implement next (you can see them here, so we know what to prioritize! (We already have a few more finished, and we’ll release them soon!)

dash-mui-demo-2-compressed

cc @adamschroeder

3 Likes

Amazing new Dash component, @edub . Thank you for building this and sharing. I’ll make sure to add it to our community components index.

The Dash community has Dash Mantine Components and Dash Bootstrap, and there are many other UI libraries out there. I’m curious, what made you go for MUI?

I wanted to learn more about Dash components (since I need to build some for a few clients); I saw on GitHub that there were two Dash MUI unmaintained projects + I have some experience with MUI, so it felt like a good excuse to give it a try.

1 Like