()
| 3486 | |
| 3487 | class PopoverExampleFlipFade extends React.Component<any, any> { |
| 3488 | render() { |
| 3489 | return ( |
| 3490 | <Popover target="dummy" flip fade> |
| 3491 | <PopoverHeader>Popover Title</PopoverHeader> |
| 3492 | <PopoverBody> |
| 3493 | Sed posuere consectetur est at lobortis. Aenean eu leo quam. |
| 3494 | Pellentesque ornare sem lacinia quam venenatis vestibulum. |
| 3495 | </PopoverBody> |
| 3496 | </Popover> |
| 3497 | ); |
| 3498 | } |
| 3499 | } |
| 3500 | |
| 3501 | // ------------------------- Progress |
nothing calls this directly
no outgoing calls
no test coverage detected