Spinner
Displays a circular loading indicator.
import { Spinner } from 'cherag-ui'
Usage
Example 1
    <Spinner color={COLORS.errorIcon} size={"small"} />
Example 2
    <Spinner color={COLORS.errorIcon} size={"large"} />
Example 3
    <Spinner color={COLORS.errorIcon} size={70} />
Props
Spinner Propertics
Name
Type
Description
color
string
Color of spinner.
size
string | number
Size of spinner.
style
StyleProp<ViewStyle>
style of spinner.