0.1.0 • Published 9 years ago

kibo v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

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