{"id":20101580,"url":"https://github.com/ploomber/dash-mui","last_synced_at":"2025-05-06T06:33:32.768Z","repository":{"id":258227534,"uuid":"860983970","full_name":"ploomber/dash-mui","owner":"ploomber","description":"MUI for Dash","archived":false,"fork":false,"pushed_at":"2024-11-06T21:38:44.000Z","size":209,"stargazers_count":16,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T09:51:48.141Z","etag":null,"topics":["plotly-dash"],"latest_commit_sha":null,"homepage":"https://dash-mui.ploomberapp.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ploomber.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-21T17:27:37.000Z","updated_at":"2025-04-06T02:38:19.000Z","dependencies_parsed_at":"2024-10-25T05:44:44.247Z","dependency_job_id":null,"html_url":"https://github.com/ploomber/dash-mui","commit_stats":null,"previous_names":["ploomber/dash-mui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ploomber%2Fdash-mui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ploomber%2Fdash-mui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ploomber%2Fdash-mui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ploomber%2Fdash-mui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ploomber","download_url":"https://codeload.github.com/ploomber/dash-mui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252633910,"owners_count":21779944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plotly-dash"],"created_at":"2024-11-13T17:25:50.132Z","updated_at":"2025-05-06T06:33:32.463Z","avatar_url":"https://github.com/ploomber.png","language":"JavaScript","funding_links":[],"categories":["Component Libraries"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003e\u003cb\u003eDash MUI\u003c/b\u003e\u003c/h1\u003e\n\t\u003cp align=\"center\"\u003e\n\t\tBeautiful Dash apps without design skills.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003cimg width=\"100\" height=\"100\" src=\"https://avatars.githubusercontent.com/u/60114551?s=200\u0026v=4\" alt=\"Ploomber Logo\"\u003e\n    \u003cbr /\u003e\n    \u003cb\u003e  Made by \u003ca href=\"https://ploomber.io/?utm_source=dash-mui\u0026utm_medium=github\"\u003ePloomber\u003c/a\u003e with ❤️\u003c/b\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ci\u003eDeploy your Dash application on \u003ca href=\"https://platform.ploomber.io/register/?utm_source=dash-mui\u0026utm_medium=github\"\u003ePloomber.io\u003c/a\u003e for free.\u003c/i\u003e\n    \u003cbr /\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n\n\nhttps://github.com/user-attachments/assets/15492ec4-a04f-4a76-96fa-50b707898a2e\n\n\nLive demo: [dash-mui.ploomberapp.io](https://dash-mui.ploomberapp.io/)\n\n## Installation\n\n```sh\npip install dash-mui-ploomber\n```\n\n## Demo\n\n```sh\ncd demo\npip install -r requirements.txt\npython app.py\n```\n\nOpen: http://localhost:8050\n\n\n## Developer documentation\n\n## Setup\n\n```sh\n# create env\nconda create --name dash-mui python=3.12 nodejs=22 -c conda-forge -y\nconda activate dash-mui\n\n# run this in the dash-mui directory, where the setup.py file is\npip install -e .\npip install -r requirements.txt -r tests/requirements.txt\n\nnpm install\nnpm run build\n\n# you can test changes using the demo\npip install -r demo/requirements.txt\npython demo/app.py\n```\n\n## Release\n\nYou can see the releases [here](https://pypi.org/project/dash-mui-ploomber/#history)\n\nFirst, edit `version` in `package.json`, also edit `demo/requirements.txt` to ensure the demo uses the latest version.\n\n```sh\nconda activate dash-mui\n\n# generate deployment artifact\nnpm run build\nrm -rf dist\npython setup.py sdist bdist_wheel\nls dist\n\n# test deployment artifact by installing it in a new env\npip install dash dist/dash_mui_ploomber-0.0.1.tar.gz\npython demo/app.py\n\n# upload\npip install twine\ntwine upload dist/*\n\n# clean up\nrm -rf dist\n```\n\nDeploy demo:\n\n```sh\ncd demo\n\npip install ploomber-cloud\nploomber-cloud deploy\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fploomber%2Fdash-mui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fploomber%2Fdash-mui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fploomber%2Fdash-mui/lists"}