Picture

Picture is a component that uses the picture element to provide alternative images for different display and device scenarios.

Dragon Ball

Usage

import { Picture, Source, Image } from "@yamada-ui/react"
<Picture>
  <Source />
  <Image />
</Picture>

Use sources

Dragon Ball

Use Custom Media Query

Dragon Ball

Disable Sorting

By default, it is sorted by the minW and maxW of the source. To disable this sorting, set enableSorting to false.

Dragon Ball

Props