0.0.5 • Published 1 year ago

teclado.js v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

teclado.js

JavaScript TypeScript PNPM Jest

Simple virtual keyboard inspired by mobile keyboards.

  • No external dependencies
  • Light-weight, <4kb gzipped size
  • Written in TypeScript

šŸ“– Documentation | 🌐 Live example

šŸ“¦ Install

npm i teclado.js

# Or with yarn
yarn add teclado.js

# Or with pnpm
pnpm add teclado.js

āŒØļø Basic Usage

<input type="text" id="inputId" />
import { teclado } from 'teclado.js';

var tcld = teclado();

tcld.on('inputId', {
  onChange: value => {
    document.getElementById('inputId').value = value;
  }
});

šŸ› ļø Development

pnpm install

pnpm run dev

šŸ¤ Support

BuyMeACoffee Ko-Fi

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago