| Property | Type | Description |
|---|---|---|
align? | Align | Align the content within the component (if the content has a different
aspect ratio than the component). One of: Bottom, Center, Top |
children? | React.ReactNode | The content to be contained within the aspect. |
overflow? | boolean | Show overflowing content (if the content has a different aspect ratio than the component). |
ratio? | AspectRatio | The aspect ratio to use. One of: Aspect16x9, Aspect1x1, Aspect21x9, Aspect3x4, Aspect4x3, BoxArt |