# Progress indicators

```html
<script type="module">
  import 'material/progress/progress.js'
</script>

<md-progress type="circular" indeterminate></md-progress>
<md-progress type="linear" value="0.5" indeterminate></md-progress>
```
