Image
import { Image } from 'theme-ui'
Variants
Image style variants can be defined in the theme.images
object.
Edit the page on GitHub// example theme variants{images: {avatar: {width: 48,height: 48,borderRadius: 99999,},}}
import { Image } from 'theme-ui'
Image style variants can be defined in the theme.images
object.
Edit the page on GitHub// example theme variants{images: {avatar: {width: 48,height: 48,borderRadius: 99999,},}}