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
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
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
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 />