https://github.com/afeiship/next-active-value
Get active element value.
https://github.com/afeiship/next-active-value
active next value
Last synced: 11 days ago
JSON representation
Get active element value.
- Host: GitHub
- URL: https://github.com/afeiship/next-active-value
- Owner: afeiship
- License: mit
- Created: 2020-04-10T16:12:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T03:16:38.000Z (over 5 years ago)
- Last Synced: 2025-10-26T03:43:14.722Z (6 months ago)
- Topics: active, next, value
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-active-value
> Get active element value.
[![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-active-value
```
## usage
```js
import '@jswork/next-active-value';
nx.activeValue({
context: document,
})
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-active-value/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-active-value
[version-url]: https://npmjs.org/package/@jswork/next-active-value
[license-image]: https://img.shields.io/npm/l/@jswork/next-active-value
[license-url]: https://github.com/afeiship/next-active-value/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-active-value
[size-url]: https://github.com/afeiship/next-active-value/blob/master/dist/next-active-value.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-active-value
[download-url]: https://www.npmjs.com/package/@jswork/next-active-value