aspect-ratio
neobrutalism/aspect-ratioFreeComponent
neobrutalism publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by neobrutalism on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://neobrutalism.com/r/aspect-ratio.jsonSource
1import { cn } from "@/lib/utils"23function AspectRatio({4 ratio,5 className,6 ...props7}: React.ComponentProps<"div"> & { ratio: number }) {8 return (9 <div10 data-slot="aspect-ratio"11 style={12 {13 "--ratio": ratio,14 } as React.CSSProperties15 }16 className={cn("relative aspect-(--ratio)", className)}17 {...props}18 />19 )20}2122export { AspectRatio }
What it pulls in
npm packages
Files it writes
More from neobrutalism
All 54 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | neobrutalism | Components | Free | 2 deps | |
| alertalert | neobrutalism | Components | Free | 2 deps | |
| alert-dialogalert-dialog | neobrutalism | Components | Free | 1 dep | |
| avataravatar | neobrutalism | Components | Free | 1 dep | |
| badgebadge | neobrutalism | Components | Free | 2 deps | |
| breadcrumbbreadcrumb | neobrutalism | Components | Free | 2 deps | |
| buttonbutton | neobrutalism | Components | Free | 2 deps | |
| button-groupbutton-group | neobrutalism | Components | Free | 2 deps |
