Components
npx shadcn@latest add https://21st.dev/r/jakobhoeg/message-loadingLoading preview...
import { MessageLoading } from "@/components/ui/message-loading";
function MessageLoadingDemo() {
return (
<div className="block">
<MessageLoading />
</div>
);
}
export { MessageLoadingDemo };