mui / mui-x

MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
https://mui.com/x/
4.07k stars 1.26k forks source link

[charts][docs] Convert the "all components" images to CSS #12743

Open danilo-leal opened 5 months ago

danilo-leal commented 5 months ago

Summary

The Material UI, Base UI, and Charts docs have an "all components" page with illustrated cards for each component. These illustrations are currently done on Figma and added to the cards as png. That's not entirely ideal because:

  1. Maintaining them on Figma is an additional tool to manage
  2. Compressing images and then needing to download them is cumbersome and not efficient performance-wise
  3. We can't add micro animations

So, the idea is to, at some point, tackle all of these points by converting them into CSS. This issue tracks the effort for the Chart images.

Search keywords: component images css

alexfauquette commented 2 months ago

Waiting to see what the new overview pages will look like