You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. **Preferred**: Lucide out-of-box with color styling
234
+
2. **Acceptable**: Lucide with stroke property adjustments
235
+
3. **Last resort**: Custom `.svg` imports
236
+
178
237
## Using custom `Image` component
179
238
180
239
[Next Image](https://nextjs.org/docs/pages/api-reference/components/image) is the component of choice to handle responsive images. However, we use a custom version of this component that is properly optimized with Chakra. This way we can use style props from Chakra but still be able to forward common or Next Image-specific props to the component for correct usage and rendering.
0 commit comments