(props)
| 8 | } from 'reactstrap'; |
| 9 | |
| 10 | function 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 | |
| 27 | export default Example; |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…