1.6.0 • Published 5 years ago

@schibstedspain/sui-list-masonry v1.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 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

5 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago