Navigation Row
Provides access to a destination.
Props
Value string
| required
Add the value of the item. This can be a variable of a fixed value.
Label string
| required
Add the value of the title label. This can be a variable of a fixed value.
Destination string
Define the URL where the navigation row will lead the user to.
Icon ENUM
Add an icon on the left hand side of the component. The avatar will be 48x48 pixels.
Has chip boolean
Optional property to show the chip or hide it.
Chip value boolean
Add the value of the data item. This can be a variable or a fixed value.
Chip status map (statusMap) table
Map the variables with the expected chip style.
Name | Type | Description |
---|---|---|
Status value | string | The value that the chip will store. |
Label | string | Select an icon to be added to the item. This will be a fallback if the image is not found and no initials have been added. |
Status variant | string | Select the size of the avatar. |
Example:
Label Status value Status variant My Chip Value Label ChipValue success
Updated 16 days ago