https://github.com/egeozcan/vue-textarea-with-coordinates
vue textarea component that publishes exact cursor coordinates
https://github.com/egeozcan/vue-textarea-with-coordinates
textarea vue vuejs
Last synced: 5 months ago
JSON representation
vue textarea component that publishes exact cursor coordinates
- Host: GitHub
- URL: https://github.com/egeozcan/vue-textarea-with-coordinates
- Owner: egeozcan
- License: isc
- Created: 2020-04-13T17:42:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T12:03:19.000Z (over 3 years ago)
- Last Synced: 2025-10-09T04:52:27.258Z (8 months ago)
- Topics: textarea, vue, vuejs
- Language: Vue
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-textarea-with-coordinates
A textarea that provides the caret coordinates and its value to the default slot, as well as generating events.
## Project setup
```
npm install
```
### Test instance for development
```
npm run serve
```
### Build module
```
npm run package
```
### Lints and fixes files
```
npm run lint
```