How can I create a space between components on the UI?

Using the html tag allows you to set a height to get more vertical space between things. Simply leave the src out.

<html show-fullscreen-button="false" height="50"/>
9 Likes