{"id":31535835,"url":"https://github.com/matraic/m3e","last_synced_at":"2026-04-26T00:01:29.765Z","repository":{"id":315946473,"uuid":"1061021961","full_name":"matraic/m3e","owner":"matraic","description":"Material 3 Expressive Web Components","archived":false,"fork":false,"pushed_at":"2026-04-25T22:12:37.000Z","size":3672,"stargazers_count":105,"open_issues_count":1,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-25T23:30:12.138Z","etag":null,"topics":["lit","material-3-expressive","material-design","material-you","material3","web","web-components"],"latest_commit_sha":null,"homepage":"https://matraic.github.io/m3e/","language":"TypeScript","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/matraic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-21T04:34:59.000Z","updated_at":"2026-04-25T22:05:02.000Z","dependencies_parsed_at":"2026-03-14T21:03:48.959Z","dependency_job_id":null,"html_url":"https://github.com/matraic/m3e","commit_stats":null,"previous_names":["matraic/m3e"],"tags_count":42,"template":false,"template_full_name":null,"purl":"pkg:github/matraic/m3e","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matraic%2Fm3e","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matraic%2Fm3e/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matraic%2Fm3e/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matraic%2Fm3e/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matraic","download_url":"https://codeload.github.com/matraic/m3e/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matraic%2Fm3e/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["lit","material-3-expressive","material-design","material-you","material3","web","web-components"],"created_at":"2025-10-04T06:13:45.276Z","updated_at":"2026-04-26T00:01:29.760Z","avatar_url":"https://github.com/matraic.png","language":"TypeScript","readme":"# M3E\n\nWelcome to the M3E (Material 3 Expressive) monorepo—a unified collection of robust, customizable Web Components built with the latest Material Design 3 guidelines. This repository empowers developers to create visually rich, adaptive, and accessible user interfaces for modern web applications.\n\n## 📝 Overview\n\nMaterial 3 (M3) introduces a new era of expressive design, focusing on personalization, dynamic color, and enhanced accessibility. This monorepo provides a comprehensive suite of reusable components, each crafted to deliver seamless integration, consistent theming, and intuitive user experiences.\n\n## 🛡️ Disclaimer\n\nThis project is not affiliated with or endorsed by Google. “Material Design” and “Material 3” are trademarks of Google LLC.\n\n## ✨ Features\n\n- **Expressive Components**: Leverage Material 3's design tokens, dynamic color, shape and motion systems for highly customizable UI elements.\n- **Unified Architecture**: Modularized for easy maintenance, scalability, and rapid development.\n- **Accessibility First**: Built-in support for accessibility standards, ensuring inclusive experiences for all users.\n- **Theming \u0026 Personalization**: Effortlessly adapt components to your brand or user preferences with Material 3's advanced theming capabilities.\n- **Performance Optimized**: Lightweight, fast-loading components designed for modern web platforms.\n- **Security Conscious**: Built with secure-by-default patterns, including XSS-safe templating, Trusted Types compatibility, and support for strong Content Security Policies (CSP) to enforce safe DOM interactions and mitigate injection risks.\n\n## 🚀 Getting Started\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/matraic/m3e.git\n   ```\n2. Install dependencies:\n   ```\n   npm install\n   ```\n3. Explore individual packages for usage instructions and documentation.\n\n## 🛠️ Building\n\nThis monorepo uses npm scripts for building, analyzing, linting, and cleaning packages. Common commands:\n\n- `npm run build` — Build all packages\n- `npm run cem` — Run custom elements manifest analysis\n- `npm run lint` — Lint all packages\n- `npm run all` — Build, analyze, and lint in one step\n- `npm run clean` — Remove build output\n\n## 📦 Packages\n\nBelow is a list of all packages in this monorepo, with a short summary and installation instructions for each:\n\n| Package                                      | Summary                                | Installation             |\n| -------------------------------------------- | -------------------------------------- | ------------------------ |\n| [**@m3e/web**](./packages/web/README.md)     | Platform‑native Web Components for M3E | `npm install @m3e/web`   |\n| [**@m3e/react**](./packages/react/README.md) | React bindings for M3E Web Components  | `npm install @m3e/react` |\n| [**@m3e/icons**](./packages/icons/README.md) | Icons for M3E Web Components           | `npm install @m3e/icons` |\n\n## 📍 Roadmap\n\nFor a detailed view of current development, planned components, and past milestones, see the [M3E Roadmap](ROADMAP.md).\n\n## 🤝 Contributing\n\nContributions from the community are welcome! Please review the [Contributing Guidelines](CONTRIBUTING.md) and help us advance the future of expressive web design.\n\n### Preview builds for pull requests and pushes\n\nEvery pull request **and every push** publishes a preview build of the M3E packages using **pkg.pr.new**. This makes it easy to test changes locally without cloning the repo or linking workspaces.\n\nPreview builds include the compiled output for both `@m3e/web` and `@m3e/react`, matching the structure of a standard npm release.\n\n#### Pull request builds\n\nTo install a preview build for any PR:\n\n```sh\nnpm install pkg.pr.new/matraic/m3e/pull/\u003cPR_NUMBER\u003e\n```\n\n#### Commit builds\n\nTo install a preview build for a specific commit:\n\n```sh\nnpm install pkg.pr.new/matraic/m3e/commit/\u003cCOMMIT_SHA\u003e\n```\n\n## 📄 License\n\nThis project is licensed under the MIT License.\n\n## 🧪 Testing\n\nThis project is tested with BrowserStack\n","funding_links":[],"categories":["Component Libraries"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatraic%2Fm3e","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatraic%2Fm3e","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatraic%2Fm3e/lists"}