View Source PhoenixDuskmoon.Component.Actionbar (PhoenixDuskmoon v6.0.4)
Duskmoon 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
)