UNPKG

@rhds/elements

Version:

Red Hat Design System Elements

15 lines (14 loc) 414 B
// rh-video-embed/rh-video-embed.js import { createComponent } from '@lit/react'; import react from 'react'; import { RhVideoEmbed } from '@rhds/elements/rh-video-embed/rh-video-embed.js'; export const VideoEmbed = createComponent({ tagName: 'rh-video-embed', elementClass: RhVideoEmbed, react, events: { onConsentClick: 'consent-click', onRequestPlay: 'request-play', onPlay: 'play', }, });