Trigger
Typedefs
- props
- Props for [Trigger](#Trigger)
A component that will trigger a given action.
**Returns: **
React.Element
— A React component that when triggered invokes the action.
Parameters
Name | Type | Description |
---|---|---|
props | props |
React component props |
Props for Trigger
Properties
Name | Type | Description |
---|---|---|
action | function |
the handler for on the onClick event handler. |
children | ReactNodeLike |
any elements that will be child elements inside the root container. |
classes | Object |
An object containing the class names for the Trigger component. |
classes.root | string |
classes for root container |
Source Code: pwa-studio/packages/venia-ui/lib/components/Trigger/trigger.js