How can I insert a custom button into my Header container? Thanks.
How can I insert a custom button into my Header container? Thanks.
Hi,
Yes, simply drag a button component to Header or Footer component.
Sorry my question should have been more generic. Looks like I can only add certain components (like Button and Navbar) into the Footer and Header containers.
What I am looking for is to create a custom component and be able to add it into the Header container... is that possible?
As an alternative, is it possible to create a custom component (let's call it NavHeader) that contains a standard Header and my other custom components?
Thanks.
You can add any HTML to Header:
preAppery("mobileheader1").append("Any HTML to input");/prewhere mobileheader1 is a header name.