Parallax Header
Add a Parallax Header to your Native Mendix app.
Features
- Set min- & max-height of your parallax header
- Set background color in your styling (see Styling)
- Automatically have the header shown/hidden
Styling
Please add the following to your Native styling to override any styling:
export const mendix_parallaxheader_ParallaxHeader = {
header : {
backgroundColor: "Color or header in hex, e.g. #F00",
minHeight: 50, // Min height
maxHeight: 200 // Max Height
}
}
Issues, suggestions and feature requests
Please report your issues here
License
Apache 2