core/footer/export library

Classes

EmptyFooter
Pass this into the footer parameter of PuePage to completely remove the footer for that specific page.
FooterData
This is the data class that holds the current footer information in a flow. It is provided via the footerBuilder parameter in the Pueprint. Use PuePages to update the footer data by passing in FooterData to the footerData argument
PueFooter
This widget is intended to be used in the footer parameter of the Pueprint, PuePaqe or SoloPuePage widgets. It provides an area to plug in your footer, as well as a top and bottom area for page indicators, progress bars, etc. It also takes a floating argument that determines whether the footer should float over the body or not.