Appearance
Function: buttonList()
ts
function buttonList(props: UiButtonListProps): Element;Defined in: src/UI/blocks/buttonList.tsx:12
Button list for grouped actions. Supports resolve to complete the UI flow when an item is clicked. Supports async items based on the central state.
Parameters
| Parameter | Type |
|---|---|
props | UiButtonListProps |
Returns
Element