From f6e63fdcaf7ce1c7d1b51f6f40480d5a2b2e4e4d Mon Sep 17 00:00:00 2001 From: Florian Hammerschmidt Date: Wed, 21 Jun 2023 17:45:21 +0200 Subject: [PATCH] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f2b1807e..ab3b5adc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ They are still available, check out the old website: https://rescript-material-u | MUI package | ReScript bindings package | Namespace | Progress | | ------------------- | ---------------------------- | ---------------- | -------: | | @mui/material | @rescript-mui/material | Mui | 99 % | -| @mui/lab | @rescript-mui/lab | MuiLab | 7 % | +| @mui/lab | @rescript-mui/lab | MuiLab | 50 % | | @mui/x-date-pickers | @rescript-mui/x-date-pickers | MuiXDatePickers | 10 % | | @mui/base | Not implemented! | MuiBase (?) | - | | @mui/joy | Not implemented! | Joy (?) | - | @@ -179,9 +179,9 @@ NOTE: `@mui/styles` will never be implemented, as it is the legacy styling solut - [x] LoadingButton - [x] Masonry -- [ ] TabContext -- [ ] TabList -- [ ] TabPanel +- [x] TabContext +- [x] TabList +- [x] TabPanel - [ ] Timeline - [ ] TimelineConnector - [ ] TimelineContent @@ -189,8 +189,8 @@ NOTE: `@mui/styles` will never be implemented, as it is the legacy styling solut - [ ] TimelineItem - [ ] TimelineOppositeContent - [ ] TimelineSeparator -- [ ] TreeItem -- [ ] TreeView +- [x] TreeItem +- [x] TreeView ### MUI-X Date Pickers