New to Kendo UI for Vue? Start a free 30-day trial
LoaderType
Updated over 6 months ago
Specifies the Loader animation type.
The possible values are:
pulsing(default)infinite-spinnerconverging-spinner
type LoaderType = "pulsing" | "infinite-spinner" | "converging-spinner";