{"id":19141105,"url":"https://github.com/lfernando2091/react-m3","last_synced_at":"2026-04-21T03:31:47.473Z","repository":{"id":258843265,"uuid":"875368076","full_name":"lfernando2091/react-m3","owner":"lfernando2091","description":"React Material 3 Theme","archived":false,"fork":false,"pushed_at":"2026-01-13T03:54:16.000Z","size":351,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T06:51:01.604Z","etag":null,"topics":["m3","material-ui","react"],"latest_commit_sha":null,"homepage":"https://lfernando2091.github.io/react-m3/","language":"TypeScript","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/lfernando2091.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-19T19:33:18.000Z","updated_at":"2026-01-13T03:53:41.000Z","dependencies_parsed_at":"2024-11-03T06:18:50.869Z","dependency_job_id":"cc836488-6005-4208-a563-04efc6bbc13a","html_url":"https://github.com/lfernando2091/react-m3","commit_stats":null,"previous_names":["lfernando2091/react-m3"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/lfernando2091/react-m3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfernando2091%2Freact-m3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfernando2091%2Freact-m3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfernando2091%2Freact-m3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfernando2091%2Freact-m3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfernando2091","download_url":"https://codeload.github.com/lfernando2091/react-m3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfernando2091%2Freact-m3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32075224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"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":["m3","material-ui","react"],"created_at":"2024-11-09T07:20:37.665Z","updated_at":"2026-04-21T03:31:47.459Z","avatar_url":"https://github.com/lfernando2091.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactM3 Theme\n\nThis project has an [npm library](https://www.npmjs.com/package/@react-m3/m3) for [Material 3](https://m3.material.io/) theme, so you can add to your project and play-around this theme\ncreated on the top of `@mui/material`.\n\n```shell\nnpm i @react-m3/m3\n```\n\n## Apply this custom theme in your project\n\n```typescript jsx\nimport { useMemo } from 'react';\nimport { CssBaseline, ThemeProvider } from '@mui/material';\nimport { getPalette, getTheme } from '@react-m3/m3';\n\nconst color = \"#6750a4\";\n\nexport const MyCustomTheme = () =\u003e {\n  \n  const m3Theme = useMemo(() =\u003e {\n    const palette = getPalette(color);\n    return getTheme('light', palette);\n  }, [color]);\n\n  return (\n    \u003cThemeProvider theme={m3Theme}\u003e\n      \u003cCssBaseline enableColorScheme/\u003e\n      {/* Call your app component here */}\n      \u003cMyApp/\u003e\n    \u003c/ThemeProvider\u003e\n  );\n}\n```\n\n\u003e [!NOTE]  \n\u003e Open the next [StackBlitz Example.](https://stackblitz.com/edit/react-m3-theme?file=src%2FApp.tsx)\n\n\n\u003e This project is an extension from the original repository created by [ZakAlbert](https://github.com/ZakAlbert)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfernando2091%2Freact-m3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfernando2091%2Freact-m3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfernando2091%2Freact-m3/lists"}