🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

panel-material-ui

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

panel-material-ui

An extension to bring MaterialUI components to Panel.

0.1.3
Maintainers
1

✨ Welcome to panel-material-ui

DownloadsPyPi Downloads
Build StatusLinux/MacOS Build Status
Coveragecodecov
Latest dev releaseGithub tag dev-site
Latest releaseGithub release PyPI version conda-forge version defaults version
Docsgh-pages site
SupportDiscourse Discord

Welcome to Panel Material UI – a library that brings the sleek design and comprehensive component set of Material UI into the world of Panel.

Panel Material UI Components

Why Panel Material UI?

  • Consistent Look & Feel Panel Material UI leverages Material UI’s design principles to give your Panel dashboards and applications a modern, cohesive style.

  • Easy Theming & Styling Take control of your UI using Material UI’s theming concepts. Customize colors, typography, spacing, and more with minimal configuration. Quickly modify styling for one-off situations using the sx parameter or create global overrides via theme_config.

  • Seamless Dark Mode Effortlessly toggle between light and dark palettes. Whether you want a permanently dark dashboard, a user-driven switch, or to match the system preference, Panel Material UI has you covered.

  • Familiar Panel API All components provide a similar API to native Panel widgets, ensuring a smooth developer experience. Pass parameters, bind widgets to reactive functions, and lay them out using Panel’s layout system.

  • Rich Component Set Access a growing collection of Material UI–inspired components (Buttons, Sliders, Cards, Dialogs, and more), all adapted to work with Panel. Spend less time building UI from scratch and more time showcasing your data.

  • Powerful Theming Inheritance Define a theme at a parent level and let it automatically apply to child components without extra configuration, reducing repetitive code while maintaining consistent branding.

Panel Material UI is still fairly new—first released in May 2025. As with any young library, you might run into a few rough edges as we continue to shape and improve it.

We’re already using it in production, so development is active and updates are ongoing.

Thanks for your support as we (and maybe you?) keep making Panel Material UI even better!

Want to get involved? Contribute on GitHub or share your feedback, we’d love to hear from you.

Installation

Install panel-material-ui via pip:

pip install panel-material-ui

or from conda-forge:

conda install -c conda-forge panel_material_ui

Documentation

You can find the documentation here.

❤️ Contributions

Contributions and co-maintainers are very welcome! Please submit issues or pull requests to the GitHub repository. Check out the DEVELOPER_GUIDE for more information.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts