kibo
v0.1.0
Published
Virtual keyboard
Downloads
1
Readme
kibo
A virtual keyboard
: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.
License
Copyright 2015 Clint Walker
Licensed under the ISC license