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

Function InputGroupText

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

Source from the content-addressed store, hash-verified

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

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…