Description Usage Arguments See Also
View source: R/bulma-form-textarea.R
The multiline textarea and its variations.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | bulma_form_textarea(
name,
...,
rows = NULL,
placeholder = NULL,
readonly = FALSE,
disabled = FALSE,
fixed_size = FALSE,
color = c("primary", "link", "info", "success", "warning", "danger", "white",
"black", "light", "dark"),
size = c("small", "medium", "large", "normal"),
state = c("hovered", "focused", "active", "loading", "static"),
tag = tags$textarea
)
|
name |
(str) identifier needed when posting the data |
... |
(tag) content |
rows |
(int) number of rows of the textarea |
placeholder |
(str) placeholder while no text is input |
readonly |
(flg) cannot be edited |
disabled |
(flg) grayed out and cannot be edited |
fixed_size |
(flg) cannot be vertically expanded |
color, size, state |
styling parameters |
tag |
(fun) default HTML content |
Other Bulma Form Components:
bulma_form_button()
,
bulma_form_checkbox()
,
bulma_form_file()
,
bulma_form_input()
,
bulma_form_radio()
,
bulma_form_select()
,
bulma_form()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.