NcActionButtonGroup
A wrapper for allowing inlining NcAction components within the action menu
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
title | Optional title shown below the button group | string | - | undefined |
Slots
Name | Description | Bindings |
---|---|---|
default |
This component is made to be used inside of the NcActions component slots, to group buttons as one visual action, like for text alignment. This should be used sparingly for accessibility.
loading...