@bootstrap-styled/v4
Version:
twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.
22 lines (16 loc) • 623 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _styledComponents = _interopRequireDefault(require("styled-components"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
/* A Legend (Box) */
var Legend = _styledComponents.default.legend.withConfig({
displayName: "Legend",
componentId: "sc-2q2h3o-0"
})(["display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;"]);
/** @component */
var _default = Legend;
exports.default = _default;
module.exports = exports.default;
;