ui
ui copied to clipboard
Add Swipeout
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>