Skip to main content

DotsLoading

Lightweight loading indicator made of bouncing dots.

Usage

import {DotsLoading} from 'rn-inkpad';

<DotsLoading />
<DotsLoading size={6} color="#DB504A" dotCount={5} speed={400} />

Props

NameTypeDefaultDescription
sizenumber10Dot diameter.
colorstringtheme primaryDot color.
dotCountnumber3Number of dots.
speednumber600Duration of one cycle in milliseconds.
styleViewStyleContainer style.