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

Function CardGroup

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

Source from the content-addressed store, hash-verified

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

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…