1.10.0 • Published 4 years ago

@schibstedspain/sui-thumbnail-list v1.10.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

ThumbnailList

List of thumbnail-basic

Installation

$ npm install @schibstedspain/sui-thumbnail-list --save

Usage

Basic usage

import ThumbnailList from '@schibstedspain/sui-thumbnail-list'

return (
  <ThumbnailList
    items={items}
    captionText='Show!'
    placeholder={
      src: 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjUwMCIgaGVpZ2h0PSI1MDAiIGZpbGw9IiM3NzciLz4KPC9zdmc+',
      alt: 'placeholder'
    }
    fallback={
      src: 'https://satyr.io/50',
      alt: '50x50 image'
    }
  />
)

Find full description and more examples in the demo page.

1.10.0

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

7 years ago