A branded button component.
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
props | object | Component props. Properties
|
- Since
- 4.3.1
Returns:
The branded button component.
- Type:
- JSX.
Element
Example
import BrandedButton from '@gravityforms/components/react/admin/elements/Button/BrandedButton';
return (
<BrandedButton onClick={ () => {} } type="white" Svg={ <Svg /> } label={ 'Click me' } />
);