PhoenixDuskmoon.Component.Actionbar (PhoenixDuskmoon v7.2.1)
View SourceDuskmoon UI Actionbar Component
Summary
Functions
Generates a actionbar.
Functions
Generates a actionbar.
Examples
<.dm_actionbar class="shadow">
<:left>
Star Wars
</:left>
<:right>
<button>open</button>
</:right>
<:right>
<button>show</button>
</:right>
</.dm_actionbar>Attributes
id(:any) - html attribute id. Defaults tofalse.class(:any) - html attribute class. Defaults to"".left_class(:any) - left part html attribute class. Defaults to"".right_class(:any) - right part html attribute class. Defaults to"".
Slots
left- Left part of action bar. Accepts attributes:id(:any)class(:any)
right- Right part of action bar. Accepts attributes:id(:any)class(:any)