0.0.4-alpha.14 • Published 3 years ago
@graffft-waggle/container v0.0.4-alpha.14
filename: /packages/layouts/Container/Container.tsx
Container API
The API documentation of the Container Graffft Waggle
component.
Import
import { Container } from '@graffft-waggle/container';
Container
// see @graffft-waggle/media-query
export type Breakpoint = 'sm' | 'md' | 'lg' | 'xl';
export type Breakpoints = {
[key in Breakpoint]: number;
};
// see @graffft-waggle/container
type ContainerMaxWidths = {
[key in Breakpoint]: number; // in px
};
Optional Props
Name | Type | Default | Description |
---|---|---|---|
breakpoints | Breakpoints | defaultBreakpoints | object of breakpoints, see @graffft-waggle/media-query for defaultBreakpoints value |
containerMaxWidths | ContainerMaxWidths | defaultContainerMaxWidths | object of container max-widths, see @graffft-waggle/container for defaultContainerMaxWidths value |
customScss | string | '' | custom scss |
Demos
- TODO
0.0.4-alpha.5
3 years ago
0.0.4-alpha.6
3 years ago
0.0.4-alpha.7
3 years ago
0.0.4-alpha.8
3 years ago
0.0.4-alpha.14
3 years ago
0.0.4-alpha.1
3 years ago
0.0.4-alpha.2
3 years ago
0.0.4-alpha.3
3 years ago
0.0.4-alpha.4
3 years ago
0.0.3-alpha.0
5 years ago