View source: R/wa_zoomable_frame.R
| wa_zoomable_frame | R Documentation |
wa-zoomable-frame componentGenerated wrapper for the Web Awesome wa-zoomable-frame component.
Generated from Web Awesome metadata.
wa_zoomable_frame(
...,
id = NULL,
class = NULL,
style = NULL,
allowfullscreen = NULL,
dir = NULL,
lang = NULL,
loading = NULL,
referrerpolicy = NULL,
sandbox = NULL,
src = NULL,
srcdoc = NULL,
with_theme_sync = NULL,
without_controls = NULL,
without_interaction = NULL,
zoom = NULL,
zoom_levels = NULL,
zoom_in_icon = NULL,
zoom_out_icon = 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. |
allowfullscreen |
Boolean. Default: |
dir |
String. Optional Web Awesome attribute. |
lang |
String. Optional Web Awesome attribute. |
loading |
Enumerated string. Allowed values: |
referrerpolicy |
String. Controls referrer information. |
sandbox |
String. Security restrictions for the iframe. |
src |
String. The URL of the content to display. |
srcdoc |
String. Inline HTML to display. |
with_theme_sync |
Boolean. Default: |
without_controls |
Boolean. Default: |
without_interaction |
Boolean. Default: |
zoom |
Number. Default: |
zoom_levels |
String. Default: |
zoom_in_icon |
The slot that contains the zoom in icon. |
zoom_out_icon |
The slot that contains the zoom out icon. |
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.