Use next/image
#165
-
It would be great if NextUI used the built-in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not sure it's a good idea because of this: vercel/next.js#19065 |
Beta Was this translation helpful? Give feedback.
-
Hey @styfle all NextUI components has a polymorphic property called |
Beta Was this translation helpful? Give feedback.
Hey @styfle all NextUI components has a polymorphic property called
as
so you can pass the Next.js Image component and the NextUIImage
component will support and behave as the Next.jsImage
component here's an example -> https://stackblitz.com/edit/nextjs-yie9lo?file=pages/index.js