Skip to content

Icon Button

Icon buttons expose common icon-only actions and toggle actions.

Import

js
import { MdIconButton } from 'vue-material-3';

Usage

vue
<MdIconButton icon="star" />
<MdIconButton v-model:selected="selected" toggle icon="visibility" selected-icon="visibility_off" />

Storybook

Use Storybook for controls.