kibo

0.1.0 • Public • Published

kibo

A virtual keyboard

Kibo: screenshot

🔥 👻 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

Readme

Keywords

none

Package Sidebar

Install

npm i kibo

Weekly Downloads

4

Version

0.1.0

License

ISC

Last publish

Collaborators

  • cayuu