Renders a simple icon component.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 3.3.0
Returns:
The StatusIndicator component.
- Type:
- JSX.
Element
Example
import Icon from '@gravityforms/components/react/admin/elements/StatusIndicator';
return <StatusIndicator />;