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

Function PopoverHeader

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

Source from the content-addressed store, hash-verified

10};
11
12function PopoverHeader(props) {
13 const { className, cssModule, tag: Tag = 'h3', ...attributes } = props;
14
15 const classes = mapToCssModules(
16 classNames(className, 'popover-header'),
17 cssModule,
18 );
19
20 return <Tag {...attributes} className={classes} />;
21}
22
23PopoverHeader.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…