AspectRatio API
Learn about the AspectRatio component's props and CSS classes.Import
import { AspectRatioProps } from "@prismane/core";
Props
AspectRatio
extends Box component's props.
Name | Type | Description | Default |
---|---|---|---|
ratio | string | The aspect ratio of the container. | - |
size | string / number | The size of the container. | - |
CSS
AspectRatio
extends Transition component's CSS classes.
Rule | Global Class | Description |
---|---|---|
root | .PrismaneAspectRatio-root | The box of the container. |