Aspect Ratio
retab-ui/aspect-ratioFreeComponent
A small wrapper for preserving media aspect ratios.
Install it
npx shadcn@latest add https://ui.retab.com/r/aspect-ratio.jsonSource
1"use client";23import type React from "react";45function AspectRatio({6 ratio = 1,7 style,8 ...props9}: React.ComponentProps<"div"> & {10 ratio?: number;11}): React.ReactElement {12 return (13 <div14 data-slot="aspect-ratio"15 style={{ aspectRatio: ratio, ...style }}16 {...props}17 />18 );19}2021export { AspectRatio };
Files it writes
More from retab-ui
All 130 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Alertalert | retab-ui | Components | Free | 1 dep | |
| Alert Dialogalert-dialog | retab-ui | Components | Free | 1 dep | |
| Attachment Sidebarattachment-sidebar | retab-ui | Components | Free | 1 dep | |
| Autocompleteautocomplete | retab-ui | Components | Free | 2 deps | |
| Calendarcalendar | retab-ui | Components | Free | 2 deps | |
| Code Viewercode-viewer | retab-ui | Components | Free | 2 deps · 32 files | |
| Commandcommand | retab-ui | Components | Free | 2 deps | |
| CSV source adaptercsv-source | retab-ui | Components | Free | no deps |
