server/dots/dots2/dots2

Interfaces

Dots2Props

Defined in: server/dots/dots2/dots2.tsx:4

Interface declaring the common properties of the loaders

Extends

Properties

color?

optional color: string

Defined in: server/common/base/base.tsx:10

Color of the dots - CSS compatible color

Inherited from

BaseProps.color

dotRadius?

optional dotRadius: string | number

Defined in: server/dots/dots2/dots2.tsx:6

Radius of the dots in pixels or a string with a length unit.

height?

optional height: string | number

Defined in: server/common/base/base.tsx:8

height of the loader element in pixels or a string with a length unit.

Inherited from

BaseProps.height

width?

optional width: string | number

Defined in: server/common/base/base.tsx:6

width of the loader element in pixels or a string with a length unit.

Inherited from

BaseProps.width

Functions

Dots2()

Dots2(props: Dots2Props): Element

Defined in: server/dots/dots2/dots2.tsx:15

A simple loader with 3 dots.

Parameters

props

Dots2Props

Returns

Element

Example

<Dots2 />