Description Usage Arguments Examples
View source: R/keyboardInput.R
An SVG Keyboard
This input operates like a shiny::radioButtons() where you can select keys to depress to simulate typing!
1 | keyboardInput(inputId = ".id", color_palette = "sharla1", selected = NULL)
|
color_palette |
the color palette to use options include: |
selected |
the keys selected by default |
id |
Shiny input id |
1 2 3 4 | ## Not run:
keyboardInput("keebs", color_palette = "sharla1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.