UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 472 B
import React from 'react'; import Container from "./Container.js"; import withComponentMarkers from "../../shared/helpers/withComponentMarkers.js"; import { jsx as _jsx } from "react/jsx-runtime"; function Vertical({ children, ...props }) { return _jsx(Container, { ...props, direction: "vertical", children: children }); } withComponentMarkers(Vertical, { _supportsSpacingProps: true }); export default Vertical; //# sourceMappingURL=Vertical.js.map