| wa_option | R Documentation |
wa-option componentGenerated wrapper for the Web Awesome wa-option component.
Generated from Web Awesome metadata.
wa_option(
...,
id = NULL,
class = NULL,
style = NULL,
value = NULL,
disabled = NULL,
label = NULL,
dir = NULL,
lang = NULL,
selected = NULL,
end = NULL,
start = NULL
)
... |
Child content for the component's default slot. |
id |
Optional DOM id attribute for HTML, CSS, and JS targeting. |
class |
Optional CSS class string. |
style |
Optional inline CSS style string. |
value |
String. Default: |
disabled |
Boolean. Default: |
label |
String. The option’s plain text label. Usually automatically generated, but can be useful to provide manually for cases involving complex content. |
dir |
String. Optional Web Awesome attribute. |
lang |
String. Optional Web Awesome attribute. |
selected |
Boolean. Default: |
end |
An element, such as |
start |
An element, such as |
An HTML tag for the component.
None.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.