No articles match
Command API2 months ago
Overview | Design Philosophy | Server-to-Browser Commands | wa_set_property() | wa_call_method() | Browser Glue | Diagnostics and Limits | Choosing the Right Tool
Examples2 months ago
Overview | Example 1 | A simple dashboard-style page | Example 2 | A binding-focused interaction panel | Example 3 | A command-layer interaction example
Extra Attributes via htmltools2 months ago
Overview | Why the wrappers do not expose every HTML attribute | Adding extra attributes | Example: accessibility and tooltip attributes | Example: role, tabindex, and custom data attributes | When to use this pattern | Relationship to other package surfaces
Getting Started with shiny.webawesome2 months ago
Overview | Basic Wrapper Usage | Shiny Bindings | Command API | Package Options | Next Steps
Layout Utilities2 months ago
Overview | webawesomePage() | A slightly richer page | wa_container() | When to use wa_container() | Examples | A simple stacked layout | A mixed page with layout helper boundaries | Notes
Shiny Bindings2 months ago
Overview | Binding Categories | Durable semantic values | Action-style bindings | Action-with-payload bindings | Design Philosophy | Examples | Example: durable semantic value | Example: event-driven semantic state | Example: structured semantic selection | Example: action-style binding | Example: action-with-payload binding | Current Bound Components | Relationship to the Command API
Styling and Theming2 months ago
Overview | Page-Level Themes and Palettes | Styling Individual Components | Design tokens | Related Guidance
Package Options2 months ago
Overview | Warning Registry | missing_tree_item_id | command_layer | command_layer_debug | Usage Patterns | Notes