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

Function getTransitionClass

src/Collapse.js:53–55  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

51};
52
53function getTransitionClass(status) {
54 return transitionStatusToClassHash[status] || 'collapse';
55}
56
57class Collapse extends Component {
58 constructor(props) {

Callers 1

Collapse.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…