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

Function PopoverBody

src/PopoverBody.js:12–21  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

10};
11
12function PopoverBody(props) {
13 const { className, cssModule, tag: Tag = 'div', ...attributes } = props;
14
15 const classes = mapToCssModules(
16 classNames(className, 'popover-body'),
17 cssModule,
18 );
19
20 return <Tag {...attributes} className={classes} />;
21}
22
23PopoverBody.propTypes = propTypes;
24

Callers

nothing calls this directly

Calls 1

mapToCssModulesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…