An open API service indexing awesome lists of open source software.

https://github.com/akgondber/ink-text-input-wrong-cursor-handling-issue

Demo for ink-text-input's wrong cursor handling issue
https://github.com/akgondber/ink-text-input-wrong-cursor-handling-issue

Last synced: 4 months ago
JSON representation

Demo for ink-text-input's wrong cursor handling issue

Awesome Lists containing this project

README

        

# ink-text-input-wrong-cursor-handling-issue

> Demo for ink-text-input's [wrong cursor handling issue](https://github.com/vadimdemedes/ink-text-input/issues/81)

## Setup

```bash
$ git clone [email protected]:akgondber/ink-text-input-wrong-cursor-handling-issue.git
$ npm install
$ npm run build

# Run demo app choosing either first:
$ npm run play

# or second variant:
$ npm run link
$ ink-text-input-wrong-cursor-handling-issue # or shorter variant: `itiwch`
```

## CLI

```
$ ink-text-input-wrong-cursor-handling-issue --help

Usage
$ ink-text-input-wrong-cursor-handling-issue

Examples
$ ink-text-input-wrong-cursor-handling-issue
```

## Screenshots

Left direction cursor movement handling screenshot
![](media/ink-text-input-left-direction-scrn.png)

Right direction cursor movement handling screenshot
![](media/ink-text-input-right-direction-scrn.png)

## Demo

![](media/demo.gif)

## License

MIT © [Rushan Alyautdinov](https://github.com/akgondber)