/*! For license information please see 182.f31cece5.js.LICENSE.txt */ (self.webpackChunk=self.webpackChunk||[]).push([["182"],{16197:function(n,t,e){"use strict";e.r(t);var a=e("80681");let s=["innerHTML"];t.default={setup:()=>({html:""}),render:()=>((0,a.wg)(),(0,a.iD)("div",{class:"van-doc-markdown-body",innerHTML:'

Composables

\n

Intro

\n

Vant provide some built-in composition APIs, you can directly use these APIs for development.

\n

Install

\n

Although @vant/use is already included in Vant\'s dependencies, it is still recommended to install this package explicitly:

\n
# with npm\nnpm i @vant/use\n\n# with yarn\nyarn add @vant/use\n\n# with pnpm\npnpm add @vant/use\n\n# with Bun\nbun add @vant/use\n
\n

Demo

\n
import { useWindowSize } from '@vant/use';\n\nconst { width, height } = useWindowSize();\n\nconsole.log(width.value); // -> window width\nconsole.log(height.value); // -> window height\n
\n

API List

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
NameDescription
useClickAwayTriggers a callback when user clicks outside of the target element
useCountDownUsed to manage the countdown
useCustomFieldValueUsed to custom Field value
useEventListenerUsed to attach event
usePageVisibilityGet the visible state of the page
useRectGet the size of an element and its position relative to the viewport
useRelationEstablish the association relationship between parent and child components
useScrollParentGet the closest parent element that is scrollable
useToggleUsed to switch between true and false
useWindowSizeGet the viewport width and height of the browser window
useRafUsed to manage the requestAnimationFrame
\n
'},null,8,s))}}}]);