New to KendoReactLearn about KendoReact Free.

LoaderProps

Updated on May 14, 2026

Represents the props of the KendoReact Loader component.

NameTypeDefaultDescription

ariaLabel?

string

'Loading'

Sets the aria-label attribute of the Loader.

className?

string

Specifies a list of CSS classes that will be added to the Loader.

size?

LoaderSize

Specifies the size of the Loader.

The possible values are:

  • small
  • medium (Default)
  • large

style?

React.CSSProperties

Sets additional CSS styles to the Loader.

themeColor?

LoaderThemeColor

Specifies the theme color of the Loader.

The possible values are:

  • base—Applies coloring based on base theme color.
  • primary (Default)—Applies coloring based on primary theme color.
  • secondary—Applies coloring based on secondary theme color.
  • tertiary— Applies coloring based on tertiary theme color.

type?

LoaderType

Specifies the Loader animation type.

The possible values are:

  • pulsing (default)
  • infinite-spinner
  • converging-spinner
Not finding the help you need?
Contact Support