Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-stub-event
Stub event for react component.
https://github.com/afeiship/next-stub-event
event next return stub target
Last synced: 9 days ago
JSON representation
Stub event for react component.
- Host: GitHub
- URL: https://github.com/afeiship/next-stub-event
- Owner: afeiship
- License: mit
- Created: 2018-05-07T03:23:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T08:58:01.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T22:25:47.122Z (29 days ago)
- Topics: event, next, return, stub, target
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-stub-event
> Stub event for react component.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-stub-event
```## usage
```js
import '@jswork/next-stub-event';const event = { target:{ value } };
const value = 123;nx.stubEventValue(event);
// valuenx.stubEventTarget(value);
// { target: { value: 123 } }
```## license
Code released under [the MIT license](https://github.com/afeiship/next-stub-event/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-stub-event
[version-url]: https://npmjs.org/package/@jswork/next-stub-event[license-image]: https://img.shields.io/npm/l/@jswork/next-stub-event
[license-url]: https://github.com/afeiship/next-stub-event/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-stub-event
[size-url]: https://github.com/afeiship/next-stub-event/blob/master/dist/next-stub-event.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-stub-event
[download-url]: https://www.npmjs.com/package/@jswork/next-stub-event