UNPKG

@sitecore/sc-contenthub-blok

Version:

A UI library for [Sitecore Content Hub](https://doc.sitecore.com/ch/).

18 lines 665 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlokBreadcrumb = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const css_1 = require("@emotion/css"); const classes = { linksWrapper: (0, css_1.css)({ display: "flex", alignItems: "center", margin: "0", padding: "0", }), }; const BlokBreadcrumb = ({ children }) => { return ((0, jsx_runtime_1.jsx)("nav", { "aria-label": "breadcrumb", children: (0, jsx_runtime_1.jsx)("ol", { className: classes.linksWrapper, children: children }) })); }; exports.BlokBreadcrumb = BlokBreadcrumb; //# sourceMappingURL=BlokBreadcrumb.js.map