The component which arrange content in multiple tabs.
<= Info $mol_deck
items /
<= Main *
title <= Main_title @ \Main info
content /
\Main
<= Addon *
title <= Addon_title @ \Addition data
content /
\Addon
items() : { title : string , Content : $mol_view }[]
Returns list of item config:
title : string
Title of the tab element.
Content : []
Content of the tab element.