bulma_form_textarea: Bulma Form: TextArea

Description Usage Arguments See Also

View source: R/bulma-form-textarea.R

Description

The multiline textarea and its variations.

Documentation

Usage

 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
)

Arguments

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

See Also

Other Bulma Form Components: bulma_form_button(), bulma_form_checkbox(), bulma_form_file(), bulma_form_input(), bulma_form_radio(), bulma_form_select(), bulma_form()


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.