Skip to content

Progress

Progress indicators communicate that a process is underway.

Import

js
import { MdLinearProgressIndicator, MdCircularProgressIndicator } from 'vue-material-3';

Usage

vue
<MdLinearProgressIndicator :value="40" />
<MdCircularProgressIndicator indeterminate />

Storybook

Use Storybook for controls.