Skip to main contentWrappers add interaction behaviors to views. They are implemented as higher-order components that “wrap” the view components.
Common Properties
- conditionPath: Path to a data value. The wrapper is applied only if the value is truthy (i.e., not false, empty, or null).
Available Wrappers
- Link: Wraps the view as a clickable link.
- Modal: Wraps the view with modal-trigger behavior.
- Tooltip: Wraps the view with hover-triggered tooltips.