MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Example

Function Example

stories/examples/Tooltip/Update.js:23–38  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

21}
22
23function Example(props) {
24 return (
25 <div className="text-center">
26 <Button id="ScheduleUpdateTooltip">Click me</Button>
27 <UncontrolledTooltip
28 placement="top"
29 target="ScheduleUpdateTooltip"
30 trigger="click"
31 >
32 {({ scheduleUpdate }) => (
33 <TooltipContent scheduleUpdate={scheduleUpdate} />
34 )}
35 </UncontrolledTooltip>
36 </div>
37 );
38}
39
40TooltipContent.propTypes = {
41 scheduleUpdate: PropTypes.func,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…