Aspect Ratio
Package: @tesserix/web
Import
import { AspectRatio } from '@tesserix/web'Source
- Component:
packages/web/src/components/aspect-ratio/aspect-ratio.tsx - Story:
packages/web/src/components/aspect-ratio/aspect-ratio.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { AspectRatio } from '@tesserix/web'
export function DemoAspectRatio() {
return <AspectRatio />
}