@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
8 lines • 484 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { HeroLayout, HeroLayoutSubtitle, HeroLayoutTitle, } from '@rocket.chat/layout';
var InformationPage = function (_a) {
var title = _a.title, description = _a.description;
return (_jsxs(HeroLayout, { children: [_jsx(HeroLayoutTitle, { children: title }), description && _jsx(HeroLayoutSubtitle, { children: description })] }));
};
export default InformationPage;
//# sourceMappingURL=InformationPage.js.map