Skip to content

Vant

This page shows how to use the adapter for the Vant UI component library.

To use imperative components for Vant, install the @vue-cmd/vant package:

bash
# npm
npm install @vue-cmd/vant vant

# pnpm
pnpm add @vue-cmd/vant vant

# yarn
yarn add @vue-cmd/vant vant

Basic Usage

The Vant adapter currently supports the Popup component. The following is a basic usage example:

loading

Props Reference

For more props, refer to the Vant Popup documentation.

Released under the MIT License.