1.6.0 • Published 6 years ago

@schibstedspain/sui-list-masonry v1.6.0

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

ListMasonry

ListMasonry is a React grid layout component. It works by placing elements in optimal position based on available vertical space.

const breakpoints = [600, 900]

<ListMasonry
  breakpoints={breakpoints}
  className='extra-class'
/>

Check the playground in order to get a complete view of the possibilities of the component. Try resizing your browser and check how this component build columns based on the breakpoints array passed via props.

1.6.0

6 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago