Spinner
Simple spinner component that is based on react native ActivityIndicator
component.
Import
import { Spinner } from 'react-native-ficus-ui';
Usage
EDITABLE EXAMPLE
Props
Extends every Box
props and react native ActivityIndicator
component.
https://reactnative.dev/docs/activityindicator#props (opens in a new tab)
color
The color property for ActivityIndicator
.
Type | Required |
---|---|
string | No |
size
The size property for ActivityIndicator
.
Type | Required |
---|---|
number, string | No |