bulma_state: Bulma State Modifier

Description Usage Arguments Functions See Also

View source: R/bulma-state.R

Description

State modifiers say something about the state of the actual object. Bulma contains a lot of modifiers that are broadly applicableto different elements.

Modifiers Syntax

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
bulma_state(
  tag,
  state = c("hovered", "focused", "active", "loading", "static")
)

bulma_outlined(tag)

bulma_rounded(tag)

bulma_selected(tag)

bulma_inverted(tag)

bulma_loading(tag)

bulma_disabled(tag)

bulma_readonly(tag)

Arguments

tag

(tag) tag to be modified

state

(string) state to be added.

Functions

See Also

Other Bulma Modifiers: bulma_align(), bulma_color(), bulma_flex(), bulma_helpers, bulma_modifier, bulma_size(), bulma_spacing(), bulma_text, bulma_visibility


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