Skip to main content

Spinner

A thin, token-driven wrapper around React Native's ActivityIndicator.

Basic usage

<Spinner />

Colors

<Spinner color="primary" />
<Spinner color="success" />
<Spinner color="error" />
<Spinner color="textMuted" />

Props

PropTypeDefaultDescription
colorTVajraColors'primary'Spinner color.