UNPKG

@rocket.chat/onboarding-ui

Version:

Set of components and functions for the onboarding experience on Rocket.Chat

7 lines 539 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const layout_1 = require("@rocket.chat/layout"); const InformationPage = ({ title, description, }) => ((0, jsx_runtime_1.jsxs)(layout_1.HeroLayout, { children: [(0, jsx_runtime_1.jsx)(layout_1.HeroLayoutTitle, { children: title }), description && (0, jsx_runtime_1.jsx)(layout_1.HeroLayoutSubtitle, { children: description })] })); exports.default = InformationPage; //# sourceMappingURL=InformationPage.js.map