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

Function getDimension

src/Collapse.js:110–112  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

108 }
109
110 getDimension(node) {
111 return this.props.horizontal ? node.scrollWidth : node.scrollHeight;
112 }
113
114 render() {
115 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…