kibo

Virtual keyboard

Usage no npm install needed!

<script type="module">
  import kibo from 'https://cdn.skypack.dev/kibo';
</script>

README

kibo

A virtual keyboard

Kibo: screenshot

:fire: :ghost: Work in progress

Currently kibo:

  • Requires React: Subsequent versions will not have this dependency.
  • ES6+ ONLY: Requires your tooling/pipeline support this. Subsequent versions will expose an ES5 lib.

Usage

npm install kibo

See demo/demo.js for basic usage:

<Kibo text='kibo'>
  <input type='text'/>
</Kibo>

Props

All properties are optional:

  • text: {String} An initial text string for the input
  • alignRight: {Boolean} Aligns to right of input box (default: false)
  • visible: {Boolean} Keyboard starts visible (default: false)

Development

kibo is written in ES6+ and uses Standard code conventions.

js-standard-style

License

Copyright 2015 Clint Walker

Licensed under the ISC license