Widgets
Configuration Sizes

How to configure widgets
Widget configuration
title: Add new employee
type: jig.default
icon: person - type: component.grid-item
options:
size: "1x1"
children:
type: component.jig-widget
options:
jigId: jig-with-icon2x2, 2x4, 4x2, and 4x4 widgets configured with content
widgets:
# Provide a unique name for the widget. This becomes the widgetId.
dev-avatar:
# Configure the type of widget to display in the grid-item.
type: widget.avatar
options:
text: LS
# Configure the widget properties with inputs defined in the grid-item,
# if data is to be passed into the widget.
uri: [email protected]
bottom:
type: component.titles
options:
align: center
title: [email protected]
subtitle: React Web Developerchildren:
- type: component.grid-item
options:
# Specify the size of the grid-item (widget)
size: "2x2"
children:
type: component.jig-widget
options:
jigId: jig-with-widget
widgetId: dev-avatar
# If the widget requires inputs add it in the grid-item.
inputs:
photo: [email protected]
name: [email protected]Change the widget behavior
Change the widget content
Widget content
Description
1.Configure an icon


2.Configure the widget content
How to move or rearrange widgets
Widget labels and titles
Widget badging

Inputs
Widget visibility & access
Considerations
Examples and code snippets
Last updated
Was this helpful?