{"id":13807125,"url":"https://github.com/ranile/material-yew","last_synced_at":"2025-04-07T07:18:27.666Z","repository":{"id":39715930,"uuid":"296639515","full_name":"ranile/material-yew","owner":"ranile","description":"Yew wrapper for Material Web Components","archived":false,"fork":false,"pushed_at":"2024-04-17T10:36:58.000Z","size":1033,"stargazers_count":233,"open_issues_count":14,"forks_count":37,"subscribers_count":7,"default_branch":"material-3","last_synced_at":"2025-03-31T06:05:02.311Z","etag":null,"topics":["material-components","material-design","rust","wasm","wrapper","yew","yew-material"],"latest_commit_sha":null,"homepage":"https://material-yew.rm.rs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ranile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-09-18T14:10:16.000Z","updated_at":"2025-03-30T06:27:49.000Z","dependencies_parsed_at":"2023-02-10T10:45:33.835Z","dependency_job_id":"b332798f-baf0-4ecf-b718-35ae98220870","html_url":"https://github.com/ranile/material-yew","commit_stats":null,"previous_names":["hamza1311/yew-material","ranile/material-yew","hamza1311/material-yew"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranile%2Fmaterial-yew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranile%2Fmaterial-yew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranile%2Fmaterial-yew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ranile%2Fmaterial-yew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ranile","download_url":"https://codeload.github.com/ranile/material-yew/tar.gz/refs/heads/material-3","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247464079,"owners_count":20942964,"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":["material-components","material-design","rust","wasm","wrapper","yew","yew-material"],"created_at":"2024-08-04T01:01:21.227Z","updated_at":"2025-04-07T07:18:27.648Z","avatar_url":"https://github.com/ranile.png","language":"Rust","funding_links":[],"categories":["Crates"],"sub_categories":["Component Libraries"],"readme":"# Material Yew\n\n*Material Yew* is a components library for [Yew framework](https://yew.rs/) which is a wrapper around [Material Web Components](https://github.com/material-components/material-web) exposing Yew components. All modern browsers are supported.\n\n### Example\n\n```rust\nuse material_yew::Button;\nuse yew::html;\n\nhtml! {\n    \u003cButton label=\"Click me!\" /\u003e\n};\n```\n\n## Getting started\n\n### Installation\n\n`Cargo.toml`:\n```toml\n[dependencies]\nmaterial-yew = \"*\"\n```\n\nMaterial icons and a Material font can also be imported for full functionality.  \n`index.html`:\n```html\n\u003clink href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500\" rel=\"stylesheet\"\u003e\n\u003clink href=\"https://fonts.googleapis.com/css?family=Material+Icons\u0026display=block\" rel=\"stylesheet\"\u003e\n```\n\nIt's also important to note that you need `viewport` `meta` tag for the Material Components to be responsive.\n```html\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n```\n\n## Documentation\n\nFull API documentation can be found [here](https://yew-material.web.app/docs/material_yew). \n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/hamza1311/material-yew\u003e)\n2. Create your feature branch (`git checkout -b your-feature-branch`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin your-feature-branch`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franile%2Fmaterial-yew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franile%2Fmaterial-yew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franile%2Fmaterial-yew/lists"}