fun-progress-controller
fun-progress-controller is a container component for showing different loading states over time. For more on progress and performance see performance.
Examples
Specifications
Properties
Property | Attribute | Required | Description | Type | Default |
---|---|---|---|---|---|
busy | busy | false | If the progress indicators should be shown | boolean | false |
loop | loop | false | If set the loading will restart after this many milliseconds | number | undefined |
Slots
Name | Description |
---|---|
idle | this will be shown when idle or for the initial 1 second. |
long | this will be shown after 10 seconds and should contain a progress indicator with an estimate of how long the operation will take. |
short | this will be shown for the next 10 seconds and should show a non-specific progress indicator like a spinner. |
Dependencies
This documentation page generated from the source at fun-progress-controller.tsx