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

Function CardHeader

src/CardHeader.js:15–23  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

13};
14
15function CardHeader(props) {
16 const { className, cssModule, tag: Tag = 'div', ...attributes } = props;
17 const classes = mapToCssModules(
18 classNames(className, 'card-header'),
19 cssModule,
20 );
21
22 return <Tag {...attributes} className={classes} />;
23}
24
25CardHeader.propTypes = propTypes;
26

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…