SyncIndicator
When active, indicates a syncing state.
Usage
Props
visible
visible
TYPE | DEFAULT VALUE |
---|---|
|
|
Set to true
to display the indicator.
label
label
TYPE | DEFAULT VALUE |
---|---|
|
|
The label displayed by the indicator.
Note: the “folded hands” emoji 🙏 will be appended to the label. Use children
if you wish to override this behavior.
children
children
TYPE | DEFAULT VALUE |
---|---|
| None |
Use children
to override label
and its emoji decoration.
shift
shift
TYPE | DEFAULT VALUE |
---|---|
|
|
Use this property to shift the position of the sync indicator from its “end position” (right on left to right languages).
Last updated