{"id":19729352,"url":"https://github.com/wdamron/material-ui","last_synced_at":"2025-02-27T19:50:13.418Z","repository":{"id":23258508,"uuid":"26616722","full_name":"wdamron/material-ui","owner":"wdamron","description":"Originally forked from https://github.com/callemall/material-ui","archived":false,"fork":false,"pushed_at":"2014-11-15T02:26:04.000Z","size":980,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T17:40:40.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wdamron.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}},"created_at":"2014-11-14T01:37:14.000Z","updated_at":"2015-07-27T05:19:35.000Z","dependencies_parsed_at":"2022-08-28T04:25:13.971Z","dependency_job_id":null,"html_url":"https://github.com/wdamron/material-ui","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/wdamron%2Fmaterial-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdamron%2Fmaterial-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdamron%2Fmaterial-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdamron%2Fmaterial-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdamron","download_url":"https://codeload.github.com/wdamron/material-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241052527,"owners_count":19901042,"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-12T00:11:45.088Z","updated_at":"2025-02-27T19:50:13.392Z","avatar_url":"https://github.com/wdamron.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Material-UI](http://callemall.github.io/material-ui/)\n\nMaterial-UI is a CSS framework and a set of [React](http://facebook.github.io/react/) components that implement [Google's Material Design](https://www.google.com/design/spec/material-design/introduction.html) specification.\n\nCheck out our [documentation site](http://www.material-ui.com/) for live examples. It's still a work in progress, but hopefully you can see where we're headed.\n\n## Installation\n\nMaterial-UI is available as an [npm package](https://www.npmjs.org/package/material-ui).\n```sh\nnpm install material-ui\n```\n\nUse [browserify](http://browserify.org/) and [reactify](https://github.com/andreypopp/reactify) for dependency management and JSX transformation. The CSS framework is written in [Less](http://lesscss.org/), so you'll need to compile that as well.\n\n\n## Usage\n\nOnce material-ui is included in your project, you can use the components this way:\n```js\n/**\n * @jsx React.DOM\n */\n\nvar React = require('react'),\n  mui = require('material-ui'),\n  PaperButton = mui.PaperButton;\n\nvar SomeAwesomeComponent = React.createClass({\n\n  render: function() {\n    return (\n    \t\u003cPaperButton type={PaperButton.Types.FLAT} label=\"Default\" /\u003e\n    );\n  }\n\n});\n\nmodule.exports = SomeAwesomeComponent;\n```\n\n## Customization\n\nThe styles are separated into 2 less files:\n* src/less/scaffolding.less\n* src/less/components.less\n\nThis allows you to override any variables defined in [custom-variables.less](https://github.com/callemall/material-ui/blob/master/src/less/variables/custom-variables.less) without having to modify material-ui source files directly. For example, your main.less file could look something like this:\n```css\n@import \"node_modules/material-ui/src/less/scaffolding.less\";\n\n//Define a custom less file to override any variables defined in scaffolding.less\n@import \"my-custom-overrides.less\";\n\n@import \"node_modules/material-ui/src/less/components.less\";\n```\n\n## Contribute\n\n[Material-UI](http://www.material-ui.com/) came about from our love of [React](http://facebook.github.io/react/) and [Google's Material Design](https://www.google.com/design/spec/material-design/introduction.html). We're currently using it on a project at [Call-Em-All](https://www.call-em-all.com/) and plan on adding to it and making it better. If you'd like to help, check out the [docs folder](https://github.com/callemall/material-ui/tree/master/docs). We'd greatly appreciate any contribution you make. :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdamron%2Fmaterial-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdamron%2Fmaterial-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdamron%2Fmaterial-ui/lists"}