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

Function getClasses

src/TabPane.js:22–26  ·  view source on GitHub ↗
(activeTabId)

Source from the content-addressed store, hash-verified

20 ...attributes
21 } = props;
22 const getClasses = (activeTabId) =>
23 mapToCssModules(
24 classNames('tab-pane', className, { active: tabId === activeTabId }),
25 cssModule,
26 );
27 return (
28 <TabContext.Consumer>
29 {({ activeTabId }) => (

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…