update packages
This commit is contained in:
10
packages/ui/src/aspect-ratio.tsx
Normal file
10
packages/ui/src/aspect-ratio.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
'use client';
|
||||
|
||||
import { AspectRatio as AspectRatioPrimitive } from 'radix-ui';
|
||||
|
||||
function AspectRatio({
|
||||
...props
|
||||
}: React.ComponentProps<typeof AspectRatioPrimitive.Root>) {
|
||||
return <AspectRatioPrimitive.Root data-slot='aspect-ratio' {...props} />;
|
||||
}
|
||||
export { AspectRatio };
|
||||
Reference in New Issue
Block a user