{"id":13766140,"url":"https://github.com/ullfis/aurelia-mdc-bridge","last_synced_at":"2025-10-25T21:32:03.459Z","repository":{"id":46948826,"uuid":"98123401","full_name":"Ullfis/aurelia-mdc-bridge","owner":"Ullfis","description":"Aurelia Mdc Bridge is a collection of wrappers for Material Design Components.","archived":false,"fork":false,"pushed_at":"2022-12-15T23:31:09.000Z","size":3752,"stargazers_count":17,"open_issues_count":11,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T02:36:51.280Z","etag":null,"topics":["aurelia","aurelia-cli","css","javascript","material","material-components","material-design","pug","typescript","web"],"latest_commit_sha":null,"homepage":"https://ullfis.github.io/aurelia-mdc-bridge","language":"HTML","has_issues":true,"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/Ullfis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-23T20:26:26.000Z","updated_at":"2022-08-16T17:22:22.000Z","dependencies_parsed_at":"2023-01-29T05:00:28.550Z","dependency_job_id":null,"html_url":"https://github.com/Ullfis/aurelia-mdc-bridge","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ullfis%2Faurelia-mdc-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ullfis%2Faurelia-mdc-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ullfis%2Faurelia-mdc-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ullfis%2Faurelia-mdc-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ullfis","download_url":"https://codeload.github.com/Ullfis/aurelia-mdc-bridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238212440,"owners_count":19434955,"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":["aurelia","aurelia-cli","css","javascript","material","material-components","material-design","pug","typescript","web"],"created_at":"2024-08-03T16:00:51.881Z","updated_at":"2025-10-25T21:32:02.895Z","avatar_url":"https://github.com/Ullfis.png","language":"HTML","funding_links":[],"categories":["Material Components Web (MDC Web)"],"sub_categories":["MDC Web Framework Integrations"],"readme":"# Aurelia Mdc Bridge\n\n![version](https://img.shields.io/npm/v/aurelia-mdc-bridge.svg?style=flat-square)![downloads](https://img.shields.io/npm/dt/aurelia-mdc-bridge.svg?style=flat-square)![license](https://img.shields.io/npm/l/aurelia-mdc-bridge.svg?style=flat-square)\n\n[Project page](https://ullfis.github.io/aurelia-mdc-bridge) | [GistRun](https://gist.run/?id=7e9a439b81c17ac94e40409cb1f4b14d)\n\n_This plugin is in active development and your feedback is welcome_\n\n\n### What is Aurelia Mdc Bridge?\n\nAurelia Mdc Bridge is a collection of wrappers for Material Design Components. You can easy use components and data-bind properties using Aurelia as your client framework.\n\n### What is Aurelia?\n\n[Aurelia](http://aurelia.io) is a JavaScript client framework for mobile, desktop and web leveraging simple conventions and empowering creativity.\n\n### What is Material Components?\n\n[Material Components](https://material.io/components/web/) provide a reliable development environment for apps and websites across Android, iOS, and the web.\n\nComponents are updated as the Material Design system evolves, ensuring consistent pixel-perfect implementation and adherence to Google’s front-end development standards, such as internationalization and accessibility support.\n\n## Getting started\n\n- Create a new or use an existing project with aurelia-cli.\n\n```bash\nau new material-test\n...\ncd material-test\n```\n\n- Install aurelia-mdc-bridge:\n\n```bash\nau install aurelia-mdc-bridge\n```\n\n- Include Material Design icons and fonts in index.html:\n\n```html\n\u003chtml class=\"mdc-typography\"\u003e\n  \u003chead\u003e\n    \u003clink href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\"\u003e\n    \u003clink href=\"https://fonts.googleapis.com/css?family=Roboto+Mono\" rel=\"stylesheet\"\u003e\n    \u003clink href=\"https://fonts.googleapis.com/css?family=Roboto:300,400,500\" rel=\"stylesheet\"\u003e\n    ...\n```\n\n- Register the plugin in your main.js in src folder:\n\n```javascript\nexport function configure(aurelia) {\n  ...\n    aurelia.use.plugin('aurelia-mdc-bridge')\n  ...\n}\n```\n\n- Import the css in your app.html:\n\n```html\n\u003crequire from=\"material-components-web/material-components-web.css\"\u003e\u003c/require\u003e\n```\n\n- Use it:\n\n```html\n\u003cmdc-text-field value.bind=\"value\"\u003e          \n  Username\n\u003c/mdc-text-field\u003e            \n\u003cbutton mdc-button=\"raised: true;\"\u003eSubmit\u003c/button\u003e\n```\n\n```bash\nau run -w\n```\n\n- Check out [project page](https://ullfis.github.io/aurelia-mdc-bridge) to add more components to your project.\n\n\n\n## Build from source\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\nBuild and watch\n\n```bash\nnpm start\n```\n\nLint\n\n```bash\nnpm run lint\n```\n\nBuild only bridge components (production):\n\n```bash\nnpm run build\n```\n\nBuild only docs (production):\n\n```bash\nnpm run docs\n```\n\nBuild bridge, docs, update changelog and git add all changes (production)\n\n```bash\nnpm run release\n```\n\n\n### Tests\n\nVisual and console. No tests has been created yet. Contribute?\n\n\n# Pull Requests\n\nYes, please!\n\n[Guidelines](https://github.com/Ullfis/aurelia-mdc-bridge/blob/master/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullfis%2Faurelia-mdc-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fullfis%2Faurelia-mdc-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fullfis%2Faurelia-mdc-bridge/lists"}