Embed
Iframe wrapper with ratio lock and sensible defaults for video, maps, and embeds.
Installation
npx nimbus-docs add embed yarn dlx nimbus-docs add embed pnpm dlx nimbus-docs add embed bunx nimbus-docs add embed Preview
<Embed
src="https://www.youtube.com/embed/dQw4w9WgXcQ"
title="Demo video"
ratio="16/9"
allowfullscreen
/>Examples
Custom ratio
Pass any CSS aspect-ratio string — useful for square previews or ultrawide content.
<Embed
src="https://example.com/preview"
title="Square preview"
ratio="1/1"
/>API reference
Every prop the component accepts, sourced from a single declaration.
| Prop | Type |
|---|---|
src
required
| string |
title
required
| string |
ratio | string |
allow | string |
allowfullscreen | boolean |