VueProgress Components
Indeterminate
Use the `Indeterminate` component
The Indeterminate component must be used inside the Progress component.
Import
Note
Replace the ... in the import with the library you're using. For example, if you use @bprogress/nuxt, import by doing from '@bprogress/nuxt'
Usage
The Indeterminate component is used to create the indeterminate progress bar element.
It's only useful if you use the BProgress indeterminate option.
Props
| Name | Type | Default | Description |
|---|---|---|---|
| is | string | Component | 'div' | The component or HTML element to render. This prop uses Vue's is attribute for dynamic rendering. |
| class | ClassValue | undefinded | The class of the progress element |
| classSelector | string | 'indeterminate' | The class selector of the progress element (depends on your css) |
| ...rest | HTMLAttributes | - | Other attributes passed down to the rendered element |