UNPKG

reactors

Version:

View components and APIs that work web, mobile and desktop!

14 lines (9 loc) 196 B
reactors Node === Find the node of a `ref`. # Usage ```javascript import {Node} from 'reactors'; const node = Node.find(this.refs.myRef); const {x, y, width, height} = Node.measure(node); ```