Card View in PatternFly 4

Hi There,
I was wondering is there an equivalent to CardView or CatalogView in Patternfly 4? I’ve been looking and couldn’t find anything that fits exactly.
I tried using a grid view but it seemed to hit problems where on certain screen widths it would cause the cards to overlap. Is there an existing view I can configure to place cards on screen in a grid with a set gutter size between them and reorder into different row lengths based on screen width?

Thank you!

@janiew There is a Card View demo in the HTML/CSS library here: https://www.patternfly.org/v4/documentation/core/demos/cardview This is still in progress and will be added to the React library in the near future. But I think this will give you what you need in terms of a responsive card grid layout.

Let me know if you have any questions.

Oh perfect, thank you so much!