eiriklv / react-masonry-component

A React.js component for using @desandro's Masonry
MIT License
1.43k stars 145 forks source link

Is there a way to add a class to the items at the bottom of the grid? #142

Closed michaeljonathanblack closed 5 years ago

michaeljonathanblack commented 5 years ago

I'd like to style the bottom items differently from the rest, e.g. remove dividing lines, etc.

Is there any support for that?

afram commented 5 years ago

You can use css to do that. There are a few options potentially, depending on what you want to achieve.

On Thu, 17 Jan 2019, 20:07 Michael Herold <notifications@github.com wrote:

I'd like to style the bottom items differently from the rest, e.g. remove dividing lines, etc.

Is there any support for that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eiriklv/react-masonry-component/issues/142, or mute the thread https://github.com/notifications/unsubscribe-auth/ACInFpgamKf_-hb7tE8TM5a2JGAKq5r7ks5vENgMgaJpZM4aGpfC .

afram commented 5 years ago

I'm going to close this. Please reopen if needed.