Rails-Elements / components / _video.html.erb
_video.html.erb
Raw
<video class="w-[600px] rounded-md" controls>
    <source src=<%= src%> type="video/mp4">
    Your browser does not support the video tag.
</video>