A svg based ring spinner loader component.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 1.1.15
Returns:
A ring spinner loader component with elastic animation.
- Type:
- JSX.
Element
Example
import RingLoader from '@gravityforms/components/react/admin/modules/Loaders/RingLoader';
return <RingLoader foreground="#242748" lineWeight={ 4 } size={ 40 } />;