[List][material-next] Add all List* components
Open
@sai6855 is already working on this.
Since Dec 30, 2023.
design: material you
on hold
scope: list
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Summary 💡
This issue is to track the work for adding the List* component to @mui/material-next, moving forward with the Material you effort (#29345)
- Copy component files from material (v5) to material-next: PR: https://github.com/mui/material-ui/pull/40367
- Remove deprecated components and componentsProps props (not applicable, the component already uses the
slots&slotPropsprops (WIP) PR: https://github.com/mui/material-ui/pull/40406 - Ensure slots & slotProps have keys for each slot (WIP) PR: https://github.com/mui/material-ui/pull/40406
- Drop support for ThemeProvider in favor of CssVarsProvider (WIP) [PR: https://github.com/mui/material-ui/pull/40406
- Migrate component to Typescript (WIP)
- Implement Material You design specs (WIP)
- Add component playground to v5 docs (WIP)
- Refactor styles to use component CSS Variables (WIP)
Note: If a task is marked as [WIP] it means someone is working on it
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.