Get started
Design
Develop
Components
Displays content within a desired ratio.
import { AspectRatio } from "@wonderflow/react-components"; export default () => { return ( <AspectRatio ratio="1 / 1"> <div>...</div> </AspectRatio> ); };
tsx
ratio
string