> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stratumn.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wrappers

Wrappers 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](/configuration/ui/widgets#link-wrapper)**: Wraps the view as a clickable link.
* **[Modal](/configuration/ui/widgets#modal-wrapper)**: Wraps the view with modal-trigger behavior.
* **[Tooltip](/configuration/ui/widgets#tooltip-wrapper)**: Wraps the view with hover-triggered tooltips.
