Container API
Learn about the Container component's props and CSS classes.Import
import { ContainerProps } from "@prismane/core";
Props
Container
extends Animation component's props.
Name | Type | Description | Default |
---|---|---|---|
maxSize | PrismaneBreakpoints | The max size of the container. | base |
CSS
Container
extends Animation component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneContainer-root | The container of the container component. |
root | .PrismaneContainer-root-{maxSize} | The container of the container component based on it's max size. |