Open
Description
Describe the bug
ActionList.Group should allow for a TrailingAction
, potentially with an api similar to this one, to maintain consistency with ActionList.Item
<ActionList.Group>
<ActionList.GroupHeader>
Title
<ActionList.TrailingVisual>
{/* reviewer dropdown */}
</ActionList.TrailingVisual>
</ActionList.GroupHeader>
<ActionList.Item>
{/* ... */}
</ActionList.Item>
{/* ... */}
</ActionList.Group>
Expected behavior
A user can define a trailing action for a group which appears as a button/link on the end of the group header, similar to the provided sample screenshot
Screenshots
Additional context