demo
No description
Elements (15)
.demo
Element
Demo element for learning and testing action development patterns
.demo-avatar
Element
demonstrates avatar creation with icons, initials, or images in customizable sizes
.demo-base
Element
simple interactive button demonstrating basic action structure
.demo-button
Element
demonstrates button creation with click handling and variable updates
.demo-column
Element
demonstrates nesting pattern with vertical column layout using shared library
.demo-composite
Element
demonstrates action composition by building UI from .demo-base components
.demo-container
Element
Demo action showing how container elements work with nesting (dot leader syntax)
.demo-footer
Element
Demo action showing how to target elements to the footer container
.demo-header
Element
Demo action showing how to target elements to the header container
.demo-input
Element
demonstrates input capture into a variable with color customization
.demo-modifier
Element
Demo modifier to demonstrate how the VANDE modifier system works with + prefix syntax
.demo-row
Element
simple row container demonstrating nesting with visual level indicators
.demo-test
Element
demonstrates testing patterns and assertions for Rhappsody actions
.demo-text
Element
demonstrates basic text display with size variants and colors
.demo-use-shared
Element
Simple demo showing shared library utility usage
Functions (5)
demo-fn
Function
Demo function showing how functions work and return values
demo-net
Function
Demo showing how to use this.net module for HTTP requests with live API testing
demo-net-relative
Function
demonstrates net module with relative platform URLs
demo-server-call
Function
Demo action that calls the demo set worker to demonstrate set-level server pattern
demo-use-static
Function
demonstrates dynamic imports of set-level static assets