Modal element
Example snippet:
<TheModal
v-if="show"
size="large"
v-on:close="show = false"
>
<video crossorigin="anonymous" autoplay>
<source type="video/mp4" src="https://s3.eu-central-1.amazonaws.com/secrid-files/videos/aluminium-full.mp4">
</video>
</TheModal>
Attributes
| attribute | description | type | accepted values | default |
|---|---|---|---|---|
| size | set the size of the modal window | String | large | - |