MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / NavbarText

Function NavbarText

src/NavbarText.js:16–31  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

14};
15
16function NavbarText(props) {
17 const {
18 className,
19 cssModule,
20 active,
21 tag: Tag = 'span',
22 ...attributes
23 } = props;
24
25 const classes = mapToCssModules(
26 classNames(className, 'navbar-text'),
27 cssModule,
28 );
29
30 return <Tag {...attributes} className={classes} />;
31}
32
33NavbarText.propTypes = propTypes;
34

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…