Default Example
Any child html (that is not assigned a slot) will be rendered inside the mockup document.
Assign an element's slot attribute to "tab" to render that child as a tab element.
If a child element is assigned to the tab slot, and has a class of "selected" that tab will appear selected. If no tab has a "selected" class, the first tab will be assigned that class.