StaticMania / keep-react

Keep React is an open-source component library built on Tailwind CSS and React.js. It provides a versatile set of pre-designed UI components to build modern web applications.
https://react.keepdesign.io
MIT License
1.34k stars 113 forks source link

Failed to resolve import "next/image" Does the file exist? #47

Closed hossain45 closed 12 months ago

hossain45 commented 1 year ago

import Image from "next/image";

This line not working properly! I was trying to use a carousel component but I got this error.

Arifulislam5577 commented 12 months ago

@hossain45, Did you install keep-react in nextjs application? If yes, then It will work properly. But If you install keep-react in vite react application then it will throw an errror. Because React has no component like Image. You can use img instead of Image.