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

Method render

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

Source from the content-addressed store, hash-verified

3486
3487class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected