Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faceless-ui/mouse-info
A React library for subscribing to mouse events
https://github.com/faceless-ui/mouse-info
mouse react react-component typescript
Last synced: 27 days ago
JSON representation
A React library for subscribing to mouse events
- Host: GitHub
- URL: https://github.com/faceless-ui/mouse-info
- Owner: faceless-ui
- License: mit
- Created: 2019-11-13T05:52:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:26:54.000Z (8 months ago)
- Last Synced: 2024-12-17T16:15:31.008Z (about 1 month ago)
- Topics: mouse, react, react-component, typescript
- Language: JavaScript
- Homepage: https://facelessui.com/docs/mouse-info
- Size: 757 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[![NPM](https://img.shields.io/npm/v/@faceless-ui/mouse-info)](https://www.npmjs.com/@faceless-ui/mouse-info)
![Bundle Size](https://img.shields.io/bundlephobia/minzip/@faceless-ui/mouse-info?label=zipped)# React Mouse Info
Read the full documentation [here](https://facelessui.com/docs/mouse-info).
## Installation
```bash
$ npm i @faceless-ui/mouse-info
$ # or
$ yarn add @faceless-ui/mouse-info
```## Development
To develop this module locally, spin up the [demo app](./demo/App.demo.js):
```bash
$ git clone [email protected]:faceless-ui/mouse-info.git
$ yarn
$ yarn dev
$ open http://localhost:3000
```## License
[MIT](https://github.com/faceless-ui/mouse-info/blob/master/LICENSE) Copyright (c) Faceless UI