Skip to content

ZEmbed

Embed component from zurto-ui.

Preview

📺 Embedded content

Import

typescript
import { ZEmbed } from "zurto-ui";

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

tsx
<ZEmbed size="sm">Small</ZEmbed>
<ZEmbed size="md">Medium</ZEmbed>
<ZEmbed size="lg">Large</ZEmbed>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.