UNPKG

@tidy-ui/container

Version:

The versatile Container is your layout commander, adapting effortlessly to screen shifts and breakpoints. It comes in two modes: fluid, flexing its width with the screen for a dynamic arrangement of enclosed components; and fixed, aligning components sole

4 lines (3 loc) 218 B
import { IContainerProps } from './types'; declare const ContainerRoot: import("styled-components").StyledComponent<"div", import("@tidy-ui/commons").ITidyUITheme, IContainerProps, never>; export { ContainerRoot };