Socket
Socket
Sign inDemoInstall

@solid-primitives/event-listener

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solid-primitives/event-listener

Primitive to manage creating event listeners.


Version published
Weekly downloads
17K
decreased by-15.79%
Maintainers
1
Weekly downloads
 
Created
Source

@solid-primitives/event-listener

lerna

A helpful event listener primitive that binds window and any element supplied.

createEventListener - Very basic and straightforward primitive that handles multiple elements according to a single event binding.

How to use it

createEventListener("mouseDown", () => console.log("Click"), document.getElementById("mybutton"))

Demo

You may view a working example here: https://codesandbox.io/s/solid-primitives-event-listener-8mm77

Changelog

Expand Changelog

0.0.100

First ported commit from react-use-event-listener.

Keywords

FAQs

Package last updated on 17 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc