Command Palette

Search for a command to run...

1.8k

Command Palette

Search for a command to run...

Blog

Haptic Feedback

Trigger haptic feedback on mobile devices.

Loading…

Features

  • Uses Vibration API on Android and iOS checkbox trick on iOS.
  • Supports custom duration and vibration patterns on Android devices.
  • The haptic functionality was inspired by the Vercel mobile experience.

Installation

$ pnpm dlx shadcn@latest add @ncdai/haptic

Usage

import { haptic } from "@/lib/haptic"
<Button onClick={() => haptic()}>Haptic</Button>

API Reference

Prop

Type