# Iconbar

The icon bar is a dashboard element that fills the height of the screen to display a series of icons that open blades when clicked.

# Simple demo

Use the icons prop to define the icons in your Iconbar and v-model to automatically keep track of the active icon.

# Events

Event Arguments Description
@input The selected icon Emitted when an icon is chosen
Last Updated: 4/9/2024, 11:35:44 AM