在 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 中,显示图像的组件具有图像参数。例如:
<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 一起使用?