@mui/docs
This package hosts the documentation building blocks.
Installation
Install the package in your project directory with:
npm install @mui/docs
The docs has a peer dependency on the core components.
If you are not already using Material UI in your project, you can add it with:
npm install @mui/material
Documentation
We have no documentation for these components.
v6.1.3
<!-- generated comparing v6.1.2..master -->
Oct 9, 2024
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Improved performance on styled components by pre-serializing and caching the styles (#43412) @romgrk