UNPKG

@keycloakify/keycloak-account-ui

Version:

<p align="center"> <img src="https://github.com/user-attachments/assets/e31c4910-7205-441c-9a35-e134b806b3a8"> </p> <p align="center"> <i>Repackaged Keycloak Account UI</i> <br> <br> <a href="https://github.com/keycloakify/keycloak-a

6 lines 598 B
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime"; import { PageSection, Text, TextContent, Title } from "@patternfly/react-core"; export const Page = ({ title, description, children, }) => { return (_jsxs(_Fragment, { children: [_jsx(PageSection, { variant: "light", children: _jsxs(TextContent, { children: [_jsx(Title, { headingLevel: "h1", "data-testid": "page-heading", children: title }), _jsx(Text, { component: "p", children: description })] }) }), _jsx(PageSection, { variant: "light", children: children })] })); }; //# sourceMappingURL=Page.js.map