Documentation
Aspect Ratio

Aspect Ratio

Picture of Wedge Ponds, Alberta, Canada

Example

import { Alert, Button, DangerButton } from '@i4o/catalystui'
 
export default () => {
	return (
		<DemoCard>
			<AspectRatio
				alt='Picture of Wedge Ponds, Alberta, Canada'
				ratio={16 / 9}
				src='https://images.unsplash.com/photo-1681648531827-e9d7591cf063'
			/>
		</DemoCard>
	)
}

Props

NameTypeDefaultDescription
altstringAlt text of the image
rationumber1The desired aspect ratio
srcstringURL of the image