Image
Image is a component that displays images.

<Image
src="https://dragon-ball-official.com/assets/img/intro/intro_1.png"
alt="ドラゴンボール"
boxSize="xl"
/>
Usage
import { Image } from "@yamada-ui/react"
import { Image } from "@/components/ui"
import { Image } from "@workspaces/ui"
<Image />