Skip to content

Pull To Refresh

The PullToRefresh allows users to update content with a simple downward swipe on their screen. Works for Mobile and Desktop.

WARNING

This feature requires v3.6.0

Installation

Labs components require a manual import and installation of the component.

js
import { VPullToRefresh } from 'vuetify/labs/VPullToRefresh'

export default createVuetify({
  components: {
    VPullToRefresh,
  },
})

Usage

Drag the list downward to activate the pull-to-refresh feature.

TIP

Pull down functionality is available as soon as its immediate scrollable parent has scrolled to the top.

API

ComponentDescription
v-pull-to-refreshPrimary Component

Released under the MIT License.