An animated delete button with swipe-to-delete interaction.
"use client"; import DeleteButton from "@/components/ui/delete-button"; export default function Demo() { return ( <div className="flex items-center justify-center w-full min-h-screen bg-background p-8"> <DeleteButton /> </div> ); }
Part of Layouts — browse the full library on 21st.dev.