You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proxy model utilities for reactive data binding with selection contexts, enabling two-way synchronization between models and selection state.
15
+
16
+
<DocsPageFeatures:frontmatter />
17
+
18
+
## Introduction
19
+
20
+
The `useProxyModel` composable will provide utilities for creating proxy models that synchronize with selection contexts for seamless two-way data binding in Vue applications.
A Vue composable wrapper for the Intersection Observer API that detects when elements enter or leave the viewport with automatic cleanup.
15
+
16
+
<DocsPageFeatures:frontmatter />
17
+
18
+
## Introduction
19
+
20
+
The `useIntersectionObserver` composable will provide a reactive interface to the Intersection Observer API for detecting element visibility in Vue applications.
description: Resize Observer API wrapper for detecting element size changes with automatic cleanup.
5
+
keywords: resize observer, element size, responsive, dimensions, Vue, composable
6
+
features:
7
+
category: System
8
+
label: 'E: useResizeObserver'
9
+
github: /composables/useResizeObserver/
10
+
---
11
+
12
+
# useResizeObserver
13
+
14
+
A Vue composable wrapper for the Resize Observer API that detects when element dimensions change with automatic cleanup.
15
+
16
+
<DocsPageFeatures:frontmatter />
17
+
18
+
## Introduction
19
+
20
+
The `useResizeObserver` composable will provide a reactive interface to the Resize Observer API for detecting element size changes in Vue applications.
0 commit comments