issues
search
martywallace
/
vue-keyboard
A simple virtual keyboard for Vue.js.
MIT License
153
stars
16
forks
source link
Better special tokens
#1
Closed
martywallace
closed
8 years ago
martywallace
commented
8 years ago
Use
split
instead of
regex.exec()
.
If no colon is used, create a button with no text content and the token characters make up the entire "action" component. These buttons can be styled using their
action-x
class.
split
instead ofregex.exec()
.action-x
class.