UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines 482 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 Horizontal({ children, ...props }) { return _jsx(Container, { ...props, direction: "horizontal", children: children }); } withComponentMarkers(Horizontal, { _supportsSpacingProps: true }); export default Horizontal; //# sourceMappingURL=Horizontal.js.map