UNPKG

laif-ds

Version:

Design System di Laif con componenti React basati su principi di Atomic Design

14 lines (13 loc) 728 B
"use client"; import { jsx as a, jsxs as n } from "react/jsx-runtime"; import e from "../../node_modules/lucide-react/dist/esm/icons/dot.js"; function t() { return /* @__PURE__ */ a("div", { className: "justify-left flex space-x-1", children: /* @__PURE__ */ a("div", { className: "bg-d-secondary rounded-lg p-3", children: /* @__PURE__ */ n("div", { className: "flex -space-x-2.5", children: [ /* @__PURE__ */ a(e, { className: "animate-typing-dot-bounce h-5 w-5" }), /* @__PURE__ */ a(e, { className: "animate-typing-dot-bounce h-5 w-5 [animation-delay:90ms]" }), /* @__PURE__ */ a(e, { className: "animate-typing-dot-bounce h-5 w-5 [animation-delay:180ms]" }) ] }) }) }); } export { t as TypingIndicator };