react material-ui 11.1 主题文档

react material-ui 11.1 theme documentation

这似乎是一个有点愚蠢的问题,但是我在哪里可以找到 material-ui 11.1 中的主题文档?文档刚刚在他们的主页上更改为 12.1,但我仍在使用 11.1,目前我的团队和我正在创建的应用程序被锁定在该版本。

文档位于 /Docs 下的主存储库中,因此您可以查看 11.1 版本和 运行 在本地浏览文档,或者只阅读源代码:https://github.com/callemall/material-ui/blob/b55b770f2049852febe47bef27aa0eaceafcec08/docs%2Fsrc%2Fapp%2Fcomponents%2Fpages%2Fcustomization%2Fthemes.jsx?ts=4

browse the docs locally for v11.1 :

git clone git@github.com:callemall/material-ui.git
cd material-ui
git checkout v0.11.1
npm install
cd docs
npm install
npm start

然后打开http://localhost:3000