Command Palette

Search for a command to run...

11Twitter
Swipe Row
A swipe row for providing actions of swipe of left and right

Installation

pnpm dlx shadcn@latest add "https://moleculeui.design/r/swipe-row"

Usage

import { 
  SwipeRow, 
  SwipeLeftActions, 
  SwipeRightActions, 
  SwipeRowContent 
  } from "@/components/molecule-ui/swipe-row"
<SwipeRow>
  <SwipeLeftActions />
  <SwipeRowContent />
  <SwipeRightActions />
<SwipeRow>

Examples

Swipe row with left swipe actions

Swipe row with right swipe actions

Swipe row list