{"id":19832685,"url":"https://github.com/nohaapav/material-ui-stack","last_synced_at":"2026-05-04T18:34:29.113Z","repository":{"id":88515874,"uuid":"240713004","full_name":"nohaapav/material-ui-stack","owner":"nohaapav","description":"Material UI Stack packaged up with Google Closure externs ","archived":false,"fork":false,"pushed_at":"2024-08-28T11:01:16.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T10:23:19.012Z","etag":null,"topics":["clojure","clojurescript","material","material-ui","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nohaapav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-15T13:04:21.000Z","updated_at":"2021-04-12T02:10:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"bde8dd05-731d-4a49-af7a-ff8f0649c68f","html_url":"https://github.com/nohaapav/material-ui-stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohaapav%2Fmaterial-ui-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohaapav%2Fmaterial-ui-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohaapav%2Fmaterial-ui-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nohaapav%2Fmaterial-ui-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nohaapav","download_url":"https://codeload.github.com/nohaapav/material-ui-stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241192030,"owners_count":19925305,"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":["clojure","clojurescript","material","material-ui","webpack"],"created_at":"2024-11-12T11:38:19.843Z","updated_at":"2026-05-04T18:34:29.069Z","avatar_url":"https://github.com/nohaapav.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cljsjs/material-ui-stack\n\nClojure package for Material UI bundled with supporting packages e.g. (Icons, Lab, Pickers)\n\nhttps://material-ui.com\n\n## Abstract\n\nCurrent cljsjs material-ui related packages have dependency on core module which leads to several instances of \n`@material-ui/styles` if more than one is used. See [styles propagation issues](https://material-ui.com/getting-started/faq/#i-have-several-instances-of-styles-on-the-page)\n\nTo prevent such behaviour you can either use clojurescript with [webpack](https://figwheel.org/docs/npm.html)\nor bundle these packages together in a single webpack module in separate clojure package.\n\n## Packages\n\n* @material-ui/core [4.9.0]\n  - @material-ui/core/styles\n  - @material-ui/core/colors\n* @material-ui/lab [4.0.0-alpha.42]\n* @material-ui/icons [4.9.1]\n* @material-ui/pickers [4.0.0-alpha.1]\n* @date-io/date-fns [2.4.0] (default pickers provider)\n\n## Setup\n\nTo use cljsjs package from local project repo do following:\n\n1. In `project.clj` setup local repository\n```\n:repositories {\"local\" \"file:repo\"}\n```\n\n2. Build package\n```\nboot package install target\n```\n\n3. Deploy `.jar` archive to local project repo e.g.\n```\nmvn deploy:deploy-file -Dfile=material-ui-stack-4.9.0-1.jar -DartifactId=material-ui-stack -Dversion=4.9.0-1 -DgroupId=cljsjs -Dpackaging=jar -Durl=file:repo\n```\n\n4. Finally add dependency to your maven repository\n```\nlein deps\n```\n\n## Usage\n\n[](dependency)\n```clojure\n[cljsjs/material-ui-stack \"4.9.0-1\"]\n```\n[](/dependency)\n\nThis jar comes with `deps.cljs` as used by the [Foreign Libs][flibs] feature\nof the ClojureScript compiler. After adding the above dependency to your project\nyou can require the packaged library like so:\n\n```clojure\n(ns application.core\n  (:require [\"@material-ui/core\"]\n            [\"@material-ui/icons\"]\n            [\"@material-ui/pickers\"]))\n```\n\n[flibs]: https://clojurescript.org/reference/packaging-foreign-deps\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnohaapav%2Fmaterial-ui-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnohaapav%2Fmaterial-ui-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnohaapav%2Fmaterial-ui-stack/lists"}