Display.video
Displays a video within your Buttonize app.
Usage
Preview
app.buttonize.io
Props
url
Required
string
The source URL of the video.
The video URL must be a valid value for the src
attribute of an HTML <video>
tag.
Embeddable YouTube video links and other such <iframe>
-based links will not work.
muted
Optional
boolean
Initial muted state of the video. Default is false
.
spacingTop
Optional
’sm’ | ‘md’ | ‘lg’ | ‘xl’
The amount of space to give above the component.
spacingBottom
Optional
’sm’ | ‘md’ | ‘lg’ | ‘xl’
The amount of space to give below the component.
width
Optional
1 | 2 | 3 | 4
The width of the component.