Vivid API

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.

Usage

import { VActionGroup, VButton } from '@vonage/vivid-api-vue';
import { registerActionGroup } from '@vonage/vivid-api';
registerActionGroup('your-prefix');

API Reference

Properties

PropertyTypeDefaultDescription
appearance'fieldset' | 'ghost'Sets the element's appearance
shape'rounded' | 'pill'Sets the element's border-radius
tightbooleanIndicates whether action group should have padding.
PropertyTypeDefaultDescription
appearance'fieldset' | 'ghost'Sets the element's appearance
shape'rounded' | 'pill'Sets the element's border-radius
tightbooleanIndicates whether action group should have padding.

Slots

NameDescription
defaultDefault slot.
NameDescription
defaultDefault slot.