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?
optionalcolor:string
Defined in: server/common/base/base.tsx:10
Color of the dots - CSS compatible color
Inherited from
dotRadius?
optionaldotRadius:string|number
Defined in: server/dots/dots2/dots2.tsx:6
Radius of the dots in pixels or a string with a length unit.
height?
optionalheight: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
width?
optionalwidth: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
Functions
Dots2()
Dots2(
props:Dots2Props):Element
Defined in: server/dots/dots2/dots2.tsx:15
A simple loader with 3 dots.
Parameters
props
Returns
Element
Example
<Dots2 />