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
smmd(default)lg
API Reference
Spinner
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — |
Every part also accepts the underlying React Native props (ViewProps or TextProps) and a className for Tailwind utilities.