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

7 lines 255 B
import styled from 'styled-components'; export const LayoutContainer = styled.div ` min-height: 100%; background-color: ${props => props.backgroundColor}; padding-bottom: ${props => props.$paddingBottom}; `; //# sourceMappingURL=layout.styled.js.map