Home > react-native-material-kit > SpinnerProps
SpinnerProps interface
Props of Spinner, which extends
Signature:
export interface SpinnerProps extends ViewProps
Properties
Property | Type | Description |
---|---|---|
spinnerAniDuration | number |
Duration of the spinner animation, in milliseconds |
strokeColor | any |
Colors of the progress stroke.type: {Array |String } can be a list of colors or a single one |
strokeWidth | number |
Width of the progress stroke |