ui icon indicating copy to clipboard operation
ui copied to clipboard

Add Swipeout

Open nexusprime-here opened this issue 1 year ago • 0 comments

Would be very useful if the shadcn-ui had the Swipeout component, the component that can be dragged to the side to perform some function, as in the rc-swipeout package.

example of use

<SwipeoutItem>
     <SwipeoutTrigger action={handleDelete}>Delete</SwipeoutTrigger>
     <SwipeoutContent>
          Make a breakfast
     </SwipeoutContent>
</SwipeoutItem>

nexusprime-here avatar Nov 14 '23 05:11 nexusprime-here