MNSpinner
Skeleton
Import
import MNSpinner from '@/components/ui/spinner/MNSpinner';
Props
Prop | Type | Default | Description |
---|---|---|---|
color | string | PRIMARY_COLOR | Sets the color of the spinner. Uses the app's primary color by default. |
size | 'small' | 'large' | 'small' | Defines the size of the spinner. |
style | StyleProps (from Reanimated) | - | Additional styling for the spinner container. |
Basic Usage
<MNSpinner/>
<MNSpinner size="large" color="#FF5733" style={{marginVertical: 10}}/>
NOTE: All example can be founded in
spinners.tsx