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