UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

16 lines (11 loc) 618 B
'use strict'; function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var React = require('react'); var React__default = _interopDefault(React); // Generated with util/create-component.js var Complementary = function (_a) { var children = _a.children, ariaLabelledBy = _a.ariaLabelledBy; return (React__default.createElement("aside", { "data-testid": "Complementary", className: "rrui-landmark__complementary", "aria-labelledby": ariaLabelledBy || '' }, children)); }; module.exports = Complementary; //# sourceMappingURL=Complementary.js.map