hh-ui-components
Version:
10 lines • 476 B
JavaScript
import React from "react";
export var Colors = function (_a) {
var label = _a.label, href = _a.href;
return (React.createElement("div", { className: "text-subdued text-body-small md:text-body-small-md lg:text-body-small-lg 2xl:text-body-small-2xl capitalize" },
React.createElement("a", { href: "/collections/".concat(href) }, label),
" ", "/",
" ",
React.createElement("a", { href: "" }, label)));
};
//# sourceMappingURL=Colors.js.map