React
AspectRatio-backed image frame with cover/contain fit and Skeleton loading state.

Component
Token-styled image surface with ratio, fallback, and loading state.
import { ImageFrame } from "@hozorica/hods-react/image-frame";import { ImageFrame } from "@hozorica/hods-react-native/image-frame";stringImage source and accessible description.numberWidth divided by height. Defaults to 1.cover | containObject fit / resize mode.ReactNodeRendered when src is absent.booleanShows the loading skeleton.AspectRatio-backed image frame with cover/contain fit and Skeleton loading state.
Image-backed ratio frame with matching fit, fallback, and loading props.
<ImageFrame src="/cover.jpg" alt="Cover" ratio={16 / 9} />