diff --git a/exports/progressspinner.d.ts b/exports/progressspinner.d.ts new file mode 100644 index 000000000..c30cab455 --- /dev/null +++ b/exports/progressspinner.d.ts @@ -0,0 +1 @@ +export * from './components/progressspinner/ProgressSpinner'; \ No newline at end of file diff --git a/exports/progressspinner.js b/exports/progressspinner.js new file mode 100644 index 000000000..315b3da28 --- /dev/null +++ b/exports/progressspinner.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('./components/progressspinner/ProgressSpinner.vue'); \ No newline at end of file diff --git a/src/AppMenu.vue b/src/AppMenu.vue index f52eb0330..cf39e3006 100644 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -171,6 +171,7 @@
ProgressSpinner is a process status indicator.
+ProgressSpinner is defined using ProgressSpinner element.
+Colors of the spinner can be changed by overriding the keyframes animation.
+Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
+Name | +Type | +Default | +Description | +
---|---|---|---|
strokeWidth | +string | +2 | +Width of the circle stroke. | +
fill | +string | +null | +Color for the background of the circle. | +
animationDuration | +string | +2s | +Duration of the rotate animation. | +
Following is the list of structural style classes, for theming classes visit
Name | +Element | +
---|---|
p-progress-spinner | +Container element. | +
p-progress-circle | +SVG element. | +
p-progress-path | +Circle element. | +
None.
+