1.0.0 • Published 4 years ago
click-outside-eventt v1.0.0
what is this?
This is a Javascript event that reacts when every click occurs outside an element.
Installation
npm i click-outside-eventtUsage
JS
import {initClickOutsideEvent} from 'click-outside-eventt';
initClickOutsideEvent();HTML
<button onclickoutside="console.log($el, $event)">1.0.0
4 years ago