Action Group
The action group component should be used when you have a set of related actions or options that need to be grouped together within a limited space.
import { registerActionGroup } from '@vonage/vivid';
registerActionGroup('your-prefix');
Name | Type | Description |
---|---|---|
appearance | Enum:fieldset (default), ghost |
Sets the element's appearance |
shape | Enum:rounded (default), pill |
Sets the element's border-radius |
tight | boolean |
Remove padding and gaps |