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

Function CardSubtitle

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

Source from the content-addressed store, hash-verified

13};
14
15function CardSubtitle(props) {
16 const { className, cssModule, tag: Tag = 'div', ...attributes } = props;
17 const classes = mapToCssModules(
18 classNames(className, 'card-subtitle'),
19 cssModule,
20 );
21
22 return <Tag {...attributes} className={classes} />;
23}
24
25CardSubtitle.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…