everweij / react-laag

Hooks to build things like tooltips, dropdown menu's and popovers in React
https://www.react-laag.com
MIT License
907 stars 47 forks source link

Docs incorrectly refer to `anchors` #2

Closed matdehaast closed 4 years ago

matdehaast commented 4 years ago

On https://www.react-laag.com it refers to this import { ToggleLayer, anchors } from "react-laag";

However the export is anchor

everweij commented 4 years ago

Thanks Matthew for taking the time to address this issue! You're absolutely right. I've updated the docs right away. If there's anything else you've noticed, please let me know.