1.0.0 • Published 3 years ago

click-outside-eventt v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

what is this?

This is a Javascript event that reacts when every click occurs outside an element.

Installation

npm i click-outside-eventt

Usage

JS

import {initClickOutsideEvent} from 'click-outside-eventt';

initClickOutsideEvent();

HTML

<button onclickoutside="console.log($el, $event)">