Skip to content

Dialog

Dialogs interrupt the current flow to ask for confirmation or collect focused input.

Import

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

Usage

vue
<MdDialog v-model="open">
  <template #header>Header</template>
  Dialog content
  <template #footer>Actions</template>
</MdDialog>

Storybook

Use Storybook for dialog examples.