diff --git a/src/views/spinner/SpinnerDoc.vue b/src/views/spinner/SpinnerDoc.vue index 26ef026c7..46917c0a5 100644 --- a/src/views/spinner/SpinnerDoc.vue +++ b/src/views/spinner/SpinnerDoc.vue @@ -26,98 +26,76 @@ import Spinner from 'primevue/spinner';
Any valid attribute such as name and placeholder are passed to the underlying input element. Following are the additional properties to configure the component.
Name | -Type | -Default | -Description | -
---|---|---|---|
Name | +Type | +Default | +Description | +
value | -string | -null | -Value of the component. | -
step | -number | -1 | -Step factor to increment/decrement the value. | -
min | -number | -null | -Mininum boundary value. | -
max | -number | -null | -Maximum boundary value. | -
disabled | -boolean | -false | -When present, it specifies that the element should be disabled. | -
value | +number | +null | +Value of the component. | +
step | +number | +1 | +Step factor to increment/decrement the value. | +
min | +number | +null | +Mininum boundary value. | +
max | +number | +null | +Maximum boundary value. | +
Name | -Parameters | -Description | -
---|---|---|
input | -event: New value | -Callback to invoke on value change. | -
Any valid event such as focus, blur and input are passed to the underlying input element. Following are the additional events to configure the component.
Following is the list of structural style classes, for theming classes visit
Name | -Element | -
---|---|
Name | +Element | +
p-spinner | -Container element | -
p-spinner-up | -Up icon. | -
p-spinner-down | -Down icon. | -
p-spinner-input | -Input element | -
p-spinner | +Container element | +
p-spinner-up | +Up icon. | +
p-spinner-down | +Down icon. | +
p-spinner-input | +Input element | +