wa_scroller: Create a 'wa-scroller' component

View source: R/wa_scroller.R

wa_scrollerR Documentation

Create a wa-scroller component

Description

Generated wrapper for the Web Awesome wa-scroller component. Generated from Web Awesome metadata.

Usage

wa_scroller(
  ...,
  id = NULL,
  class = NULL,
  style = NULL,
  dir = NULL,
  lang = NULL,
  orientation = NULL,
  without_scrollbar = NULL,
  without_shadow = NULL
)

Arguments

...

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.

dir

String. Optional Web Awesome attribute.

lang

String. Optional Web Awesome attribute.

orientation

Enumerated string. Allowed values: horizontal, vertical. Default: horizontal. The scroller's orientation.

without_scrollbar

Boolean. Default: FALSE. Removes the visible scrollbar.

without_shadow

Boolean. Default: FALSE. Removes the shadows.

Value

An HTML tag for the component.

Shiny Bindings

None.


shiny.webawesome documentation built on April 22, 2026, 1:09 a.m.