Skip to main content

Component <Snapshots />

Props

PropsTypeMeaningPossible values
imagesarrayArray of images linksArray of strings
imageSizenumber / stringSet image sizefrom 0 to any number or string with units
borderRadiusnumber / stringSet image border radiusfrom 0 to any number or string with units
shiftnumberSet image border radiusfrom 0 to any number



Images

Examples:

<Snapshots images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png']} />
<Snapshots images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png', 'https://assets.moneymade.io/images/profile/3.png', 'https://assets.moneymade.io/images/profile/4.png', 'https://assets.moneymade.io/images/profile/5.png']} />
img-0img-1
img-0img-1img-2img-3img-4



Image Size

Examples:

<Snapshots imageSize={48} images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png', 'https://assets.moneymade.io/images/profile/3.png', 'https://assets.moneymade.io/images/profile/4.png', 'https://assets.moneymade.io/images/profile/5.png']} />
<Snapshots imageSize="58px" images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png', 'https://assets.moneymade.io/images/profile/3.png', 'https://assets.moneymade.io/images/profile/4.png', 'https://assets.moneymade.io/images/profile/5.png']} />
img-0img-1img-2img-3img-4
img-0img-1img-2img-3img-4



Border Radius

Examples:

<Snapshots imageSize={48} borderRadius={0} images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png', 'https://assets.moneymade.io/images/profile/3.png', 'https://assets.moneymade.io/images/profile/4.png', 'https://assets.moneymade.io/images/profile/5.png']} />
<Snapshots imageSize={48} borderRadius="50%" images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png', 'https://assets.moneymade.io/images/profile/3.png', 'https://assets.moneymade.io/images/profile/4.png', 'https://assets.moneymade.io/images/profile/5.png']} />
img-0img-1img-2img-3img-4
img-0img-1img-2img-3img-4



Shift

Examples:

<Snapshots imageSize={48} shift={0} images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png', 'https://assets.moneymade.io/images/profile/3.png', 'https://assets.moneymade.io/images/profile/4.png', 'https://assets.moneymade.io/images/profile/5.png']} />
<Snapshots imageSize={48} shift={30} images={['https://assets.moneymade.io/images/profile/1.png', 'https://assets.moneymade.io/images/profile/2.png', 'https://assets.moneymade.io/images/profile/3.png', 'https://assets.moneymade.io/images/profile/4.png', 'https://assets.moneymade.io/images/profile/5.png']} />
img-0img-1img-2img-3img-4
img-0img-1img-2img-3img-4