Spinner

Indeterminate loading indicator.

An indeterminate loading indicator. Button renders one for you when loading is set.

Installation

Spinner ships with the library — no separate install.

import { Spinner } from 'panelui-native';

Usage

<Spinner />
<Spinner size="lg" />

Variants

size

  • sm
  • md (default)
  • lg

API Reference

Spinner

PropTypeDefaultDescription
classNamestring

Every part also accepts the underlying React Native props (ViewProps or TextProps) and a className for Tailwind utilities.

On this page