# Button groups
The v-btn-toggle
component is a simple wrapper for v-item-group
built specifically to work with v-btn
.
# Usage
Toggle buttons allow you to create a styled group of buttons that can be selected or toggled under a single v-model.
# API
# Examples
# Props
# Mandatory
A v-btn-toggle
with the mandatory prop will always have a value.
# Multiple
A v-btn-toggle
with the multiple prop will allow a user to select multiple return values as an array.
# Rounded
You can make v-btn-toggle
rounded using the rounded prop.
# Misc
# Toolbar
Easily integrate customized button solutions with a v-toolbar
# WYSIWYG
Group similar actions and design your own WYSIWYG component.
Ready for more?
Continue your learning with related content selected by the Team or move between pages by using the navigation links below.
Edit this page on GitHub
Last updated:07/05/2020, 5:48:27 PM