Is it possible to insert a component into Header or Footer container?
How can I insert a custom button into my Header container? Thanks.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.