Skip to content
#

design-system

Here are 1,059 public repositories matching this topic...

grommet
polaris-react
theme-ui
lhguerra
lhguerra commented Jul 13, 2021

I'm currently implementing a news list with an image in each item, and these images have 4:3 ratio in mobile devices and 16:9 ratio in desktop devices. Would it be possible or even make sense for the Aspect and AspectImage components to handle this kind of thing? I imagine an API like this:

<AspectImage {...imageProps} ratio={[4/3, 16/9]} />

Where each item in this array of ratios woul

eui
cchaos
cchaos commented Sep 14, 2021

We still require a label to be supplied in iconOnly mode which makes it work for screen readers, but we didn't build anything in for mouse users to get hint text. Consumers can currently work around this by manually adding the title prop to the items config, but I think we should also just do this automatically since we already have a `label

Improve this page

Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-system topic, visit your repo's landing page and select "manage topics."

Learn more