### React Component for YouTube Video Embed Source: https://www.1password.dev/environments/mcp-codex-server A React component to embed YouTube videos using an iframe. It accepts src, title, and alt attributes for customization. ```jsx export const YouTubeVideo = ({src, title, alt}) => { return ; }; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.