UNPKG

@keycloakify/keycloak-admin-ui

Version:
7 lines 497 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; import { FormTitle } from "../../ui-shared/scroll-form/FormTitle"; export const ScrollPanel = (props) => { const { title, children, scrollId, ...rest } = props; return (_jsx("section", { ...rest, style: { marginTop: "var(--pf-v5-global--spacer--lg)" }, children: _jsxs(_Fragment, { children: [_jsx(FormTitle, { id: scrollId, title: title }), children] }) })); }; //# sourceMappingURL=ScrollPanel.js.map