Design
Overview
You can design the over all UI for the application using module. User can define the multiple styles and apply to all the screens. You can create screens and put different components required according to purpose of the screen.
Style can be define on App level. That can be applied to whole application to change look and feel of app.
Mainly Design has separated in two parts:
Views has all the tools required to design screens for app. You can design and define inputs and output values for views, that actually passes data from one app to another. |
||
Styles allow user to change the look and feel of all your Views of the Application from a centralised place. |