NativeImage
NativeImage
は、img
要素をレンダリングします。
インポート
import { NativeImage } from "@yamada-ui/react"
使い方
編集可能な例
<NativeImage src="https://dragon-ball-official.com/assets/img/intro/intro_1.png" width="512px" height="512px" alt="ドラゴンボール" />
GitHubでこのページを編集する