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 />
Props
Similar Components
Picture
Picture is a component that uses the picture element to provide alternative images for different display and device scenarios.
AspectRatio
AspectRatio is a component for embedding things like videos and maps while maintaining the aspect ratio.
Icon
Icon is a general icon component that can be used in your projects.
QrCode
QrCode is a component that displays a QR code.
Avatar
Avatar is a component that displays a profile picture or an icon with initials representing a user.