Marty Wallace

Results 4 comments of Marty Wallace

So is there something you need me to do for my keyboard component to be included in the cleaned list or is this just an FYI that it doesn't belong...

@brillout Ahh I see, no problem at all. I can sort that out within a couple hours.

@brillout I've updated my package, hopefully it seems more suitable now: * Added a [demo](http://vue-keyboard.martywallace.com/). * Updated the component to [use NPM](https://www.npmjs.com/package/vue-keyboard) instead of Bower. * Converted it to [a...

@kennethllamasares You could add icons yourself (e.g. with [icomoon](http://icomoon.io/)) doing something like: ``` .vue-keyboard button[data-action="backspace"]:before { font-family: 'icomoon'; font-size: 14px; content: '\xxxx'; } ``` And then either not including text...