{"id":21296679,"url":"https://github.com/eccenca/material-design-lite","last_synced_at":"2025-08-14T18:38:29.499Z","repository":{"id":57110518,"uuid":"101555307","full_name":"eccenca/material-design-lite","owner":"eccenca","description":"Fork of googles material-design-lite","archived":false,"fork":false,"pushed_at":"2019-03-06T10:02:30.000Z","size":229,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-22T20:06:49.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/eccenca.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-27T13:47:58.000Z","updated_at":"2019-03-06T10:02:23.000Z","dependencies_parsed_at":"2022-08-20T22:20:32.221Z","dependency_job_id":null,"html_url":"https://github.com/eccenca/material-design-lite","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fmaterial-design-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fmaterial-design-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fmaterial-design-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eccenca%2Fmaterial-design-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eccenca","download_url":"https://codeload.github.com/eccenca/material-design-lite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243764606,"owners_count":20344448,"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":[],"created_at":"2024-11-21T14:28:56.573Z","updated_at":"2025-03-15T17:26:18.557Z","avatar_url":"https://github.com/eccenca.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @eccenca/material-design-lite\n\n\u003e This fork of [material-design-lite] modifies it to be used with react-mdl and contains several other fixes.\n\n## Table of Contents\n\n- [Background](#background)\n- [Install](#install)\n- [Usage](#usage)\n- [License](#license)\n\n## Background\n\n[material-design-lite] and [react-mdl] are both deprecated and unlikely to be updated in the future. Meanwhile there are some pain points which we fix with this package.\n\n1. react-mdl requires a `1.2.1` build of material-design-lite with additional patches applied [\\[1\\]][1]. We however want to use the newer `1.3.0` version. This package applies the patches from react-mdl on the `1.3.0` version.\n2. material-design-lite does not use SASS-colors (See https://github.com/google/material-design-lite/issues/146). In this package we fix that\n3. material-design-lite comes with over 60MB of pre-generated CSS which is not needed if only SASS is used.\n4. material-design-lite init is really slow if iterating over large arrays of items. This package fixes this by wrapping upgradeElementInternal with `setTimout(..., 0)`\n\n## Install\n\n```\nyarn add @eccenca/material-design-lite\n```\n\n## Usage\n\nTo import the javascript, simply require it:\n\n```js\nimport '@eccenca/material-design-lite';\n```\n\nTo use the sass, simply use:\n\n```js\nimport '@eccenca/material-design-lite/src/material-design-lite';\n```\n\n## License\n\nThis projects is licensed under `(Apache-2.0 AND MIT)`, as it contains source code from [material-design-lite] which is `Apache-2.0` licensed and [react-mdl] which is `MIT` licensed.\n\n[material-design-lite]: https://github.com/google/material-design-lite\n[react-mdl]: https://github.com/react-mdl/react-mdl\n[1]: https://github.com/react-mdl/react-mdl/tree/v1.10.3#requirements\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feccenca%2Fmaterial-design-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feccenca%2Fmaterial-design-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feccenca%2Fmaterial-design-lite/lists"}