@c8s/youtube

[![github](https://badgen.net/badge//nju33,c8s/000?icon=github&list=1)](https://github.com/nju33/c8s/tree/master/components/youtube) [![npm:version](https://badgen.net/npm/v/@c8s/youtube?icon=npm&label=)](https://www.npmjs.com/package/@c8s/youtube) [![typ

Usage no npm install needed!

<script type="module">
  import c8sYoutube from 'https://cdn.skypack.dev/@c8s/youtube';
</script>

README

@c8s/youtube

github npm:version typescript license browserslist code style:prettier

Usage

/**
 * As to prepare of using the `Youtube`
 * 
 * ```sh
 * yarn add @c8s/youtube @c8s/theme react @types/react styled-components @types/styled-components
 * ```
 */
import Youtube from '@c8s/youtube';
import {Theme, theme} from '@c8s/theme';

Example

() => (
  <Theme theme={theme}>
    {/* ... */}
      <Youtube
        videoId="psQkDS3zqRg"
        theme={{width: '50vw', height: '45vh'}}
      />
    {/* ... */}
  </Theme>
);

Contributors

Thanks goes to these wonderful people (emoji key):



📖

Aki-Japan

📖

This project follows the all-contributors specification. Contributions of any kind welcome!