panel-material-ui


Namepanel-material-ui JSON
Version 0.3.2 PyPI version JSON
download
home_pageNone
SummaryAn extension to bring MaterialUI components to Panel.
upload_time2025-07-22 16:40:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ✨ Welcome to panel-material-ui

<table>
<tbody>
<tr>
<td>Downloads</td>
<td><a href="https://pypistats.org/packages/panel-material-ui"><img src="https://img.shields.io/pypi/dm/panel-material-ui?label=pypi" alt="PyPi Downloads" /></a></td>
</tr>
<tr>
<td>Build Status</td>
<td><a href="https://github.com/panel-extensions/panel-material-ui/actions/workflows/test.yaml?query=branch%3Amain"><img src="https://github.com/panel-extensions/panel-material-ui/workflows/tests/badge.svg?query=branch%3Amain" alt="Linux/MacOS Build Status"></a></td>
</tr>
<tr>
<td>Coverage</td>
<td><a href="https://codecov.io/gh/panel-extensions/panel-material-ui"><img src="https://codecov.io/gh/panel-extensions/panel-material-ui/branch/main/graph/badge.svg" alt="codecov"></a></td>
</tr>
<tr>
<td>Latest dev release</td>
<td><a href="https://github.com/panel-extensions/panel-material-ui/tags"><img src="https://img.shields.io/github/v/tag/panel-extensions/panel-material-ui.svg?label=tag&amp;colorB=11ccbb" alt="Github tag"></a> <a href="https://holoviz-dev.github.io/panel-material-ui/"><img src="https://img.shields.io/website-up-down-green-red/https/holoviz-dev.github.io/panel-material-ui.svg?label=dev%20website" alt="dev-site"></a></td>
</tr>
<tr>
<td>Latest release</td>
<td><a href="https://github.com/panel-extensions/panel-material-ui/releases"><img src="https://img.shields.io/github/release/panel-extensions/panel-material-ui.svg?label=tag&amp;colorB=11ccbb" alt="Github release"></a> <a href="https://pypi.python.org/pypi/panel-material-ui"><img src="https://img.shields.io/pypi/v/panel-material-ui.svg?colorB=cc77dd" alt="PyPI version"></a> <a href="https://anaconda.org/conda-forge/panel-material-ui"><img src="https://img.shields.io/conda/v/conda-forge/panel-material-ui.svg?label=conda%7Cconda-forge&amp;colorB=4488ff" alt="conda-forge version"></a> <a href="https://anaconda.org/anaconda/panel-material-ui"><img src="https://img.shields.io/conda/v/anaconda/panel-material-ui.svg?label=conda%7Cdefaults&amp;style=flat&amp;colorB=4488ff" alt="defaults version"></a></td>
</tr>
<tr>
<td>Docs</td>
<td><a href="https://github.com/panel-extensions/panel-material-ui/tree/gh-pages"><img src="https://img.shields.io/github/last-commit/panel-extensions/panel-material-ui/gh-pages.svg" alt="gh-pages"></a> <a href="https://panel-extensions.github.io/panel-material-ui/"><img src="https://img.shields.io/website-up-down-green-red/https/panel-extensions.github.io/panel-material-ui.svg" alt="site"></a>
</td>
</tr>
<tr>
<td>Support</td>
<td><a href="https://discourse.holoviz.org/"><img src="https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.holoviz.org" alt="Discourse"></a> <a href="https://discord.gg/rb6gPXbdAr"><img alt="Discord" src="https://img.shields.io/discord/1075331058024861767"></a>
</td>
</tr>
</tbody>
</table>

Welcome to Panel Material UI – a library that brings the sleek design and comprehensive component set of [Material UI](https://mui.com/material-ui/) into the world of Panel.

<a href="https://panel-material-ui.holoviz.org/">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/panel-extensions/panel-material-ui/raw/main/doc/_static/panel-material-ui-components-dark.png">
    <img src="https://github.com/panel-extensions/panel-material-ui/raw/main/doc/_static/panel-material-ui-components.png" alt="Panel Material UI Components" width="100%"/>
  </picture>
</a>

## 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 announced in June 2025. As with any young library, you might run into **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](https://github.com/panel-extensions/panel-material-ui/blob/main/DEVELOPER_GUIDE.md) or share your feedback—we’d love to hear from you. A good starting point for contributions is [GitHub #290 | Review Reference Guides](https://github.com/panel-extensions/panel-material-ui/issues/290).

## Installation

Install `panel-material-ui` via `pip`:

```bash
pip install panel-material-ui
```

or from conda-forge:

```bash
conda install -c conda-forge panel-material-ui
```

## Documentation

You can find the documentation [here](https://panel-material-ui.holoviz.org/).

## ❤️ Contributions

Contributions and co-maintainers are very welcome! Please submit issues or pull requests to the [GitHub repository](https://github.com/panel-extensions/panel-material-ui). Check out the [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "panel-material-ui",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Philipp Rudiger <philipp.jfr@gmail.com>",
    "keywords": null,
    "author": null,
    "author_email": "Philipp Rudiger <philipp.jfr@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/73/d4/5c787691c153ecacc6687bc812849487afececd0a6f050fc1bb6f35a0f75/panel_material_ui-0.3.2.tar.gz",
    "platform": null,
    "description": "# \u2728 Welcome to panel-material-ui\n\n<table>\n<tbody>\n<tr>\n<td>Downloads</td>\n<td><a href=\"https://pypistats.org/packages/panel-material-ui\"><img src=\"https://img.shields.io/pypi/dm/panel-material-ui?label=pypi\" alt=\"PyPi Downloads\" /></a></td>\n</tr>\n<tr>\n<td>Build Status</td>\n<td><a href=\"https://github.com/panel-extensions/panel-material-ui/actions/workflows/test.yaml?query=branch%3Amain\"><img src=\"https://github.com/panel-extensions/panel-material-ui/workflows/tests/badge.svg?query=branch%3Amain\" alt=\"Linux/MacOS Build Status\"></a></td>\n</tr>\n<tr>\n<td>Coverage</td>\n<td><a href=\"https://codecov.io/gh/panel-extensions/panel-material-ui\"><img src=\"https://codecov.io/gh/panel-extensions/panel-material-ui/branch/main/graph/badge.svg\" alt=\"codecov\"></a></td>\n</tr>\n<tr>\n<td>Latest dev release</td>\n<td><a href=\"https://github.com/panel-extensions/panel-material-ui/tags\"><img src=\"https://img.shields.io/github/v/tag/panel-extensions/panel-material-ui.svg?label=tag&amp;colorB=11ccbb\" alt=\"Github tag\"></a> <a href=\"https://holoviz-dev.github.io/panel-material-ui/\"><img src=\"https://img.shields.io/website-up-down-green-red/https/holoviz-dev.github.io/panel-material-ui.svg?label=dev%20website\" alt=\"dev-site\"></a></td>\n</tr>\n<tr>\n<td>Latest release</td>\n<td><a href=\"https://github.com/panel-extensions/panel-material-ui/releases\"><img src=\"https://img.shields.io/github/release/panel-extensions/panel-material-ui.svg?label=tag&amp;colorB=11ccbb\" alt=\"Github release\"></a> <a href=\"https://pypi.python.org/pypi/panel-material-ui\"><img src=\"https://img.shields.io/pypi/v/panel-material-ui.svg?colorB=cc77dd\" alt=\"PyPI version\"></a> <a href=\"https://anaconda.org/conda-forge/panel-material-ui\"><img src=\"https://img.shields.io/conda/v/conda-forge/panel-material-ui.svg?label=conda%7Cconda-forge&amp;colorB=4488ff\" alt=\"conda-forge version\"></a> <a href=\"https://anaconda.org/anaconda/panel-material-ui\"><img src=\"https://img.shields.io/conda/v/anaconda/panel-material-ui.svg?label=conda%7Cdefaults&amp;style=flat&amp;colorB=4488ff\" alt=\"defaults version\"></a></td>\n</tr>\n<tr>\n<td>Docs</td>\n<td><a href=\"https://github.com/panel-extensions/panel-material-ui/tree/gh-pages\"><img src=\"https://img.shields.io/github/last-commit/panel-extensions/panel-material-ui/gh-pages.svg\" alt=\"gh-pages\"></a> <a href=\"https://panel-extensions.github.io/panel-material-ui/\"><img src=\"https://img.shields.io/website-up-down-green-red/https/panel-extensions.github.io/panel-material-ui.svg\" alt=\"site\"></a>\n</td>\n</tr>\n<tr>\n<td>Support</td>\n<td><a href=\"https://discourse.holoviz.org/\"><img src=\"https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.holoviz.org\" alt=\"Discourse\"></a> <a href=\"https://discord.gg/rb6gPXbdAr\"><img alt=\"Discord\" src=\"https://img.shields.io/discord/1075331058024861767\"></a>\n</td>\n</tr>\n</tbody>\n</table>\n\nWelcome to Panel Material UI \u2013 a library that brings the sleek design and comprehensive component set of [Material UI](https://mui.com/material-ui/) into the world of Panel.\n\n<a href=\"https://panel-material-ui.holoviz.org/\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/panel-extensions/panel-material-ui/raw/main/doc/_static/panel-material-ui-components-dark.png\">\n    <img src=\"https://github.com/panel-extensions/panel-material-ui/raw/main/doc/_static/panel-material-ui-components.png\" alt=\"Panel Material UI Components\" width=\"100%\"/>\n  </picture>\n</a>\n\n## Why Panel Material UI?\n\n- **Consistent Look & Feel**\n  Panel Material UI leverages Material UI\u2019s design principles to give your Panel dashboards and applications a modern, cohesive style.\n\n- **Easy Theming & Styling**\n  Take control of your UI using Material UI\u2019s 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.\n\n- **Seamless Dark Mode**\n  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.\n\n- **Familiar Panel API**\nAll 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\u2019s layout system.\n\n- **Rich Component Set**\nAccess a growing collection of Material UI\u2013inspired 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.\n\n- **Powerful Theming Inheritance**\n  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.\n\nPanel Material UI is still fairly new\u2014first announced in June 2025. As with any young library, you might run into **rough edges** as we continue to shape and improve it.\n\nWe\u2019re already using it in production, so development is active and updates are ongoing.\n\nThanks for your support as we (and maybe you?) keep making Panel Material UI even better!\n\nWant to get involved? [Contribute on GitHub](https://github.com/panel-extensions/panel-material-ui/blob/main/DEVELOPER_GUIDE.md) or share your feedback\u2014we\u2019d love to hear from you. A good starting point for contributions is [GitHub #290 | Review Reference Guides](https://github.com/panel-extensions/panel-material-ui/issues/290).\n\n## Installation\n\nInstall `panel-material-ui` via `pip`:\n\n```bash\npip install panel-material-ui\n```\n\nor from conda-forge:\n\n```bash\nconda install -c conda-forge panel-material-ui\n```\n\n## Documentation\n\nYou can find the documentation [here](https://panel-material-ui.holoviz.org/).\n\n## \u2764\ufe0f Contributions\n\nContributions and co-maintainers are very welcome! Please submit issues or pull requests to the [GitHub repository](https://github.com/panel-extensions/panel-material-ui). Check out the [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md) for more information.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "An extension to bring MaterialUI components to Panel.",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/panel-extensions/panel-material-ui",
        "Source": "https://github.com/panel-extensions/panel-material-ui"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a6e02485c2cf5add612cf894316a5106470e160cb028c14f9b8d683ba02e09f",
                "md5": "add6f326e03aa547dc8c1195238c52bc",
                "sha256": "87370cccf7a9e25567cd7ef4a8f47b11f5ab11511d38d35aa1ad719f955c58ff"
            },
            "downloads": -1,
            "filename": "panel_material_ui-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "add6f326e03aa547dc8c1195238c52bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 1549604,
            "upload_time": "2025-07-22T16:40:21",
            "upload_time_iso_8601": "2025-07-22T16:40:21.219779Z",
            "url": "https://files.pythonhosted.org/packages/3a/6e/02485c2cf5add612cf894316a5106470e160cb028c14f9b8d683ba02e09f/panel_material_ui-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73d45c787691c153ecacc6687bc812849487afececd0a6f050fc1bb6f35a0f75",
                "md5": "e042682ef8e82af8c3951d515c2c1728",
                "sha256": "38a9d2deb17dfd3c51c62d9bfb78a3e90a9533fe858541d6a89998624d5c5c6f"
            },
            "downloads": -1,
            "filename": "panel_material_ui-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e042682ef8e82af8c3951d515c2c1728",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2346951,
            "upload_time": "2025-07-22T16:40:23",
            "upload_time_iso_8601": "2025-07-22T16:40:23.665949Z",
            "url": "https://files.pythonhosted.org/packages/73/d4/5c787691c153ecacc6687bc812849487afececd0a6f050fc1bb6f35a0f75/panel_material_ui-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-22 16:40:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "panel-extensions",
    "github_project": "panel-material-ui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "panel-material-ui"
}
        
Elapsed time: 1.43934s