Skip to content

@k8slens/extensions / Exports / Renderer / Component / Spinner

Class: Spinner#

Renderer.Component.Spinner

Hierarchy#

Spinner

Table of contents#

Constructors#

Properties#

Methods#

Constructors#

constructor#

new Spinner(props)

Parameters#

Name Type
props SpinnerProps | Readonly<SpinnerProps>

Inherited from#

React.Component<SpinnerProps, {}>.constructor

new Spinner(props, context)

Deprecated

See

https://legacy.reactjs.org/docs/legacy-context.html

Parameters#

Name Type
props SpinnerProps
context any

Inherited from#

React.Component<SpinnerProps, {}>.constructor

Properties#

defaultProps#

Static defaultProps: Object

Type declaration#

Name Type
center boolean
singleColor boolean

Methods#

render#

render(): Element

Returns#

Element

Overrides#

React.Component.render