Skip to main content

MNSpinner

Skeleton

Import

import MNSpinner from '@/components/ui/spinner/MNSpinner';

Props

PropTypeDefaultDescription
colorstringPRIMARY_COLORSets the color of the spinner. Uses the app's primary color by default.
size'small' | 'large''small'Defines the size of the spinner.
styleStyleProps (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