aholachek / react-flip-toolkit

A lightweight magic-move library for configurable layout transitions
MIT License
4.08k stars 137 forks source link

Access to Flipper element #184

Open amorriscode opened 2 years ago

amorriscode commented 2 years ago

The Flipper's element is currently private. I'd like access to it and am just curious, why is it private? What is the suggested method for accessing the element if not using flipperRef.current.el?

https://github.com/aholachek/react-flip-toolkit/blob/1b55fea0da6caccb48974c1e11277ac593657994/packages/react-flip-toolkit/src/Flipper/index.tsx#L23