471
76
Learn how to add videos to your documentation.
Use the <Video /> component to display videos in your documentation. This components props extends the HTML <video> element.
<Video />
<video>
<Video muted autoPlay src="https://your-video-source.com/video.mp4" type="video/mp4" />