Collection of theme-ui and external components.
created:3/15/2021
updated:3/15/2021
source lines:19
comments %:0

AspectImage

Image component constrained by as aspect ratio.

Overview

({ src, ratio }) => (
<Box sx={{ width: 100, height: 80 }}>
<AspectImage ratio={ratio} src={src} />
</Box>
)

Controls

Name
Description
Default
Controls
ImgHTMLAttributes (1 properties)
src
string
-
AspectImageProps (1 properties)

A11y tests

text-alternatives

-1/+1 rules0

Viewport

320px

375px

768px

1024px