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

Function Example126

types/reactstrap-tests.tsx:5092–5113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5090}
5091
5092function Example126() {
5093 return (
5094 <div>
5095 <UncontrolledPopover
5096 placement="bottom"
5097 target="UncontrolledPopover"
5098 popperClassName="popperClassName"
5099 >
5100 <PopoverHeader>Popover Title</PopoverHeader>
5101 <PopoverBody>Lorem ipsum dolor sit amet</PopoverBody>
5102 </UncontrolledPopover>
5103 <UncontrolledPopover
5104 defaultOpen={true}
5105 placement="bottom"
5106 target="UncontrolledPopover"
5107 >
5108 <PopoverHeader>Popover Title</PopoverHeader>
5109 <PopoverBody>Lorem ipsum dolor sit amet</PopoverBody>
5110 </UncontrolledPopover>
5111 </div>
5112 );
5113}
5114
5115function Example127() {
5116 return (

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…