Improve Image
component with an implementation recommended by MUI
#65
Labels
Image
component with an implementation recommended by MUI
#65
Is your suggestion related to an experience ? Please describe.
MUI doesn't have an Image component in their stable components library
However, an
Image
MUI component is in thePlanning to build
stage in their roadmapDescribe the improvement
If the requirement to utilize the Image component arises and certain props unique to
<img />
(HTMLImageElement) is needed, we can refer the implementation used by the mui-image library recommended by MUI and improve the existing<Image />
component in OxygenUI.Additional context
The improvement must be done in the existing Image component. Currently we are not utilizing this component in any custom components or UIs.
The text was updated successfully, but these errors were encountered: