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