@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
11 lines • 685 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const fuselage_1 = require("@rocket.chat/fuselage");
const react_1 = require("react");
const WorkspaceUrlInput = (0, react_1.forwardRef)(function TextInput(props, ref) {
const { domain } = props;
return ((0, jsx_runtime_1.jsx)(fuselage_1.InputBox, { type: 'text', ref: ref, ...props, addon: (0, jsx_runtime_1.jsx)(fuselage_1.Box, { borderInlineStart: '2px solid', mb: 'neg-x8', pb: 8, borderColor: 'neutral-500', color: 'info', pis: 12, children: domain }) }));
});
exports.default = WorkspaceUrlInput;
//# sourceMappingURL=WorkspaceUrlInput.js.map