Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

aspect-ratio.tsx 158B

1234567
  1. 'use client';
  2. import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
  3. const AspectRatio = AspectRatioPrimitive.Root;
  4. export { AspectRatio };