## Keyboard

Componente de teclado numérico


### Basic Example

```js
import Keyboard from '../../components/Keyboard';

export default () => (
  <Keyboard
    placeholder="Title"
    callBack={() => this.callback()}
  />
);
```

## Note

`Keyboard` Component possui funções que limitam e tratam as teclas digitadas.

> Teclas numéricas acessam o input

> Letras e caracteres são bloqeados no focus do input

> Enter funciona no focus do input