Components
Loading preview...
A "sending loader" is a UI element that visually indicates that a message, form, or request is currently being sent or processed—typically used during email submissions, chat messages, form sends, etc. here it indicate that in a particularly animated way
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/sending-loaderimport { Component } from "@/components/ui/sending-loader";
export default function DemoOne() {
return <Component />;
}