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

Function Example

stories/examples/Popover/Uncontrolled.js:10–25  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

8} from 'reactstrap';
9
10function Example(props) {
11 return (
12 <div>
13 <Button id="UncontrolledPopover" type="button">
14 Launch Popover
15 </Button>
16 <UncontrolledPopover placement="bottom" target="UncontrolledPopover">
17 <PopoverHeader>Popover Title</PopoverHeader>
18 <PopoverBody>
19 Sed posuere consectetur est at lobortis. Aenean eu leo quam.
20 Pellentesque ornare sem lacinia quam venenatis vestibulum.
21 </PopoverBody>
22 </UncontrolledPopover>
23 </div>
24 );
25}
26
27export default Example;
28

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…