Description Usage Arguments Functions See Also
State modifiers say something about the state of the actual object. Bulma contains a lot of modifiers that are broadly applicableto different elements.
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)
|
tag |
(tag) tag to be modified |
state |
(string) state to be added. |
bulma_state
: adds a state to the chosen element
bulma_outlined
: outlined creates a non solidly filled outline.
bulma_rounded
: rounds out the corners of the element
bulma_selected
: makes the element appear selected
bulma_inverted
: inverts the colors of the element
bulma_loading
: creates a loading appearance on the element
bulma_disabled
: disables the element by graying it out and also not allowing any edits.
bulma_readonly
: does not allow the element to bed edited.
Other Bulma Modifiers:
bulma_align()
,
bulma_color()
,
bulma_flex()
,
bulma_helpers
,
bulma_modifier
,
bulma_size()
,
bulma_spacing()
,
bulma_text
,
bulma_visibility
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.