For example, a simple layout for a tile is illustrated below:
- Tile is an area container with styling to control its size and the layout of its child components.
- Header is an area which contains
- an icon
- a static text text field for the header.
- Body, in the illustration, the body area is empty. This is where you can add data components, such as a grid displaying table data, or form fields. The body area has styling to control its size and the layout of its child components. It also has spacing around its edge.
- Footer, area which contains a set of buttons.
The application user will use the buttons to make changes to data will appear in the body.