From 69043fd9e4d0d679452f4a16c5e80a41615f527f Mon Sep 17 00:00:00 2001 From: "Saad A. Bazaz" Date: Mon, 5 Aug 2024 22:07:06 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b449f0..fbeb0d6 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,12 @@ We're looking for maintainers and contributors! - [ ] Make sure all native Web Components are properly working - [x] Demo all components - [x] Add all missing events - - [ ] Add theming (design tokens) through Tailwind (i.e. remove all ts-ignores) + - [ ] [Need help] Add theming (design tokens) through Tailwind (i.e. remove all ts-ignores) (https://github.com/grayhatdevelopers/material-web-components-react/pull/2) - [x] Resolve SSR/SSG issues, make compatible with NextJS (i.e. remove all dynamic imports) - [x] Separate the demo from the actual UI code - [x] Make installable as a package. -- [ ] Make installable as code-in-project, like shadcn/ui, so developers have more control -- [ ] Add better TypeScript support +- [ ] [Need help] Make installable as code-in-project, like shadcn/ui, so developers have more control (https://github.com/grayhatdevelopers/material-web-components-react/pull/11) +- [ ] [Need help] Add better TypeScript support (https://github.com/grayhatdevelopers/material-web-components-react/issues/12) - [ ] Sync with upstream (i.e. https://github.com/material-components/material-web/blob/main/docs/intro.md) through webhooks and automations - [ ] Use [Copybara](https://github.com/google/copybara) (or good ol' GitHub webhooks) to automate syncing with upstream - [ ] Use [lit-analyzer](https://www.npmjs.com/package/lit-analyzer) to see which Web Components changed. Perhaps mix with an LLM to compare existing and newly autogenerated code.