Global Options
As mentioned in Layout Manager, wrappers and display components can be configured with extra options
.
The following global options are available for customisation purposes:
style
For wrapper components to receive custom CSS styles:
children:
- type: row
style:
padding: 0.5rem
backgroundColor: skyblue # use JSX syntax
scroll
For display components to allow their content to be scrolled:
- type: hardwaregroup
options:
scroll: true