How to keep the navigation layout and show a new component

I just started using PF4 and React, so I’m quite the noob here.

I started with a page layout demo from here: https://www.patternfly.org/v4/documentation/react/demos/pagelayout/

I’m trying to keep the navigation layout, while changing the content of the page. I would like to change the Main Title with the cards for a new Component. Is this possible based on the demo?

I’ve found no information whatsoever on this, since PF4 is brand new.

Thanks !

Hi Dave!

There isn’t a live code editor for PF4 Navigation layout, but you can make your own React project and then add @patternfly/react-core as a dependency. Next, copy the code from the demo that you linked into your page.

Hope this helps! :slight_smile:

Jessie