Sha256: 6ec2d3ccc28bcefc0963266f3b89ae1d6bc010c13af461c52fa246052a2f0015
Contents?: true
Size: 918 Bytes
Versions: 44
Compression:
Stored size: 918 Bytes
Contents
import React from 'react' import Image from '../_image' const RoundedImage = (props) => { return ( <> <Image alt="" rounded size="xs" url="https://unsplash.it/500/400/?image=634" {...props} /> <Image alt="" rounded size="sm" url="https://unsplash.it/500/400/?image=634" {...props} /> <Image alt="" rounded size="md" url="https://unsplash.it/500/400/?image=634" {...props} /> <Image alt="" rounded size="lg" url="https://unsplash.it/500/400/?image=634" {...props} /> <Image alt="" rounded size="xl" url="https://unsplash.it/500/400/?image=634" {...props} /> </> ) } export default RoundedImage
Version data entries
44 entries across 44 versions & 1 rubygems