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

Function goToIndex

src/UncontrolledCarousel.js:63–66  ·  view source on GitHub ↗
(newIndex)

Source from the content-addressed store, hash-verified

61 }
62
63 goToIndex(newIndex) {
64 if (this.animating) return;
65 this.setState({ activeIndex: newIndex });
66 }
67
68 render() {
69 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…