A list of fields used to inform the user of actions to do and not do.
| Property | Type | Required | Description |
|---|---|---|---|
control | String | No | Specify a particular control to use to represent the layout. If the control is unknown, it will be ignored. |
items | Array<InstructionsLayout.Item> | Yes | An array of instructions. |
margin | Size | No | The vertical margin to apply after this component. Defaults to md. |
title | String | No | A user-facing title. |
type | String | Yes | It must be 'instructions'. |
A single instruction in an Instructions Layout
| Property | Type | Required | Description |
|---|---|---|---|
context | Context | Yes | The semantics of the instruction. |
| String | No | An optional identifier to be used in custom renderers.
⚠️ Experimental - This may be changed in the future without notice. |
text | String | Yes | The user-facing text for the instruction. |