Customize Views
Each page & template is fully customizable to your brand's design. All Template slote are optional, there are Mealz defaults for each view.
info
To understand how to create a custom component, you can read here.
We recommend putting all of your custom Templates into a custom module, then configure mealz in a configClass
In our sample implementations, we have one class MealzTemplateManager
class MealzTemplateManager {
init {
MiamTheme.Template {
// the below View class go here
}
}