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

5 lines (4 loc) 209 B
import React from 'react'; import { IContainerProps } from './types'; declare const Container: React.ForwardRefExoticComponent<IContainerProps & React.RefAttributes<HTMLDivElement>>; export { Container };