Components
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
npx shadcn@latest add https://21st.dev/r/theutkarshmail/sending-loaderLoading preview...
import { Component } from "@/components/ui/sending-loader";
export default function DemoOne() {
return <Component />;
}