@botonic/react
Version:
Build Chatbots using React
11 lines • 773 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TypingIndicator = void 0;
const tslib_1 = require("tslib");
const jsx_runtime_1 = require("react/jsx-runtime");
require("./typing-indicator.scss");
const react_1 = tslib_1.__importDefault(require("react"));
const constants_1 = require("../../constants");
const TypingIndicator = props => ((0, jsx_runtime_1.jsxs)("div", Object.assign({ role: constants_1.ROLES.TYPING_INDICATOR, className: 'typing-indicator', style: { backgroundColor: constants_1.COLORS.SEASHELL_WHITE } }, { children: [(0, jsx_runtime_1.jsx)("span", {}), (0, jsx_runtime_1.jsx)("span", {}), (0, jsx_runtime_1.jsx)("span", {})] })));
exports.TypingIndicator = TypingIndicator;
//# sourceMappingURL=typing-indicator.js.map