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

Function ButtonToolbar

src/ButtonToolbar.js:19–28  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

17};
18
19function ButtonToolbar(props) {
20 const { className, cssModule, tag: Tag = 'div', ...attributes } = props;
21
22 const classes = mapToCssModules(
23 classNames(className, 'btn-toolbar'),
24 cssModule,
25 );
26
27 return <Tag {...{ role: 'toolbar', ...attributes }} className={classes} />;
28}
29
30ButtonToolbar.propTypes = propTypes;
31

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…