【发布时间】:2021-03-08 02:21:24
【问题描述】:
在 Material UI 中,显示图像的组件具有图像参数。例如:
<Avatar alt="Remy Sharp" src="/static/images/avatar/1.jpg" />
在 Next.js v10 中,有一个新的 Image 组件可以自动缩放图像:https://nextjs.org/docs/api-reference/next/image
有人知道如何将新的 Image 组件与 Material UI 一起使用吗?
【问题讨论】:
标签: material-ui next.js nextjs-image