@arolariu/components
Version:
A collection of reusable components for React applications, built as ESM & CJS modules with tree shake, minify and bundler optimizations enabled, for the lowest bundle size (import cost)!
1 lines • 713 B
Source Map (JSON)
{"version":3,"file":"components\\ui\\aspect-ratio.cjs","sources":["webpack://@arolariu/components/./src/components/ui/aspect-ratio.tsx"],"sourcesContent":["\r\n\r\nimport * as React from \"react\";\r\nimport * as AspectRatioPrimitive from \"@radix-ui/react-aspect-ratio\";\r\n\r\nfunction AspectRatio({\r\n ...props\r\n}: React.ComponentProps<typeof AspectRatioPrimitive.Root>) {\r\n return <AspectRatioPrimitive.Root data-slot=\"aspect-ratio\" {...props} />;\r\n}\r\n\r\nexport { AspectRatio };\r\n"],"names":["AspectRatio","props","AspectRatioPrimitive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,SAASA,YAAY,EACnB,GAAGC,OACoD;IACvD,OAAO,WAAP,GAAO,qCAACC,mCAAAA,IAAyB;QAAC,aAAU;QAAgB,GAAGD,KAAK;;AACtE"}