Renders a SnackBar module.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
| |||||||||||||||||||||||||||||||||
ref | object | | Ref to the component. |
- Since
- 3.4.0
- Source
Returns:
The icon component.
- Type:
- JSX.
Element
Example
import SnackBar from '@gravityforms/components/react/admin/modules/SnackBar';
return <SnackBar delay={ 2000 } message="Success saving settings!" />;