Standard

video component typically requires a src attribute, which specifies the URL of the video file to be played. The component may also support additional attributes such as controls, which adds playback controls (like play, pause, volume) to the video player, and autoplay, which allows the video to start playing automatically when the page loads.

{%- call ui.util.call(show_example) -%} {%- raw %} {{ ui.video(src="https://lorem.video/240p", controls=true) }} {%- endraw %} {%- endcall %}