<nve-button-group>
Properties
Controls the visual scale of an element to match its importance and available space.
sm Compact size for dense layouts or secondary elements with less visual prominence.
md Standard size that works well in most contexts and provides balanced visibility.
lg Larger size for emphasizing important elements or improving touch targets in spacious layouts.
The Interaction type provides a way to show the intent of an interactive element. This can help users quickly understand what each interaction does and reduce the potential for confusion or errors.
emphasis Shows the interaction targets emphasis or highlighting primary actions.
destructive Shows the interaction targets destructive actions such as deleting or removing.
Controls the directional flow of the element's layout and interaction pattern.
horizontal Element orients horizontally with left-to-right flow.
vertical Element orients vertically with top-to-bottom flow.
Demonstrates different container styles to accommodate visual weight and context.
flat Element has white space bounds but reduced visual container.
rounded
By default the button group is stateless. Add the behavior-select attribute and set to single or multi to enable stateful selction handling.
single
multi
Slots
default slot for nve-button or nve-icon-button