UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

13 lines 556 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.LayoutContainer = void 0; const styled_components_1 = __importDefault(require("styled-components")); exports.LayoutContainer = styled_components_1.default.div ` min-height: 100%; background-color: ${props => props.backgroundColor}; padding-bottom: ${props => props.$paddingBottom}; `; //# sourceMappingURL=layout.styled.js.map