Simal UI
Components

ActivityIndicator

Import

import { ActivityIndicator } from '@simal/ui/nativewindui';

Props

PropValuesDefaultDescription
sizesmall · large"large"Two fixed sizes only, matching the platform spinner. small is the one that fits inside a button or a row.
colorDefaults to the primary colour. Override it when the spinner sits on a filled surface.

Examples

Sizes

Inline With Label

How it reads in context — the most common use is a blocking load state.

On this page