Blank
Create a blank screen
Header
Create a screen with a title bar
Info
Create an informative screen with some text, an image, and a button
Welcome
Create a welcome screen with some text, an image, and a button
Contact
Create a contact screen with contact buttons: Twitter, Website, Phone, Email, and YouTube Channel
Booking
Create a screen that contains a registration form
Login
Create a preconfigured authentication screen with Email and Password fields and an authentication button
Sign up
Create a user registration screen with fields for Name, Email, Password, Profile Picture, and a registration button
List
Create a screen that displays the content of a table in a grid list format
Details
Create a screen that displays the details of a selection, with each field displayed according to its type. Use a Text component for text type, a Phone component for phone number type, a Map Marker component for location type, etc.
Update
Create a form-type screen that allows modification of each field in the selection. Use a FormText component for text type, a Switch component for boolean type, and a Choose Option component for options type, etc.
Create
Create a form-type screen that allows the creation of a record in a table based on the type of each column. Use a FormText component for text type, a Switch component for boolean type, and a Choose Option component for options type, etc.
List/Details
Create two screens simultaneously: one that displays the content of a table and another that shows the details of the selected item
Liste/Update
Create four screens simultaneously: one that displays the content of a table, another that shows the details of the selected item, a third one with an update form, and a fourth one with a creation form.