Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

$mol_deck

The component which arrange content in multiple tabs.

Usage example

<= Info $mol_deck
	items /
		<= Main *
			title <= Main_title @ \Main info
			content /
				\Main
		<= Addon *
			title <= Addon_title @ \Addition data
			content /
				\Addon

Properties $mol_deck

items() : { title : string , Content : $mol_view }[]

Returns list of item config:

title : string

Title of the tab element.

Content : []

Content of the tab element.