0.0.8 • Published 3 years ago

keybored v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

keybored

npm bundlephobia bundlephobia npm npm

Install

$ npm i keybored

Basic Usage

import Keybored from 'keybored';
import './keybored.css';

Keybored({
  whatKey: false,
  keyboard: 'std',
  function: (key) => {
    console.log(key); // basic keypress logging function
  },
});

const App = () => {
  return <div className="App"></div>;
};

export default App;

Documentation

Want to contribute?

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago