View Source Phoenix.WebComponent.Actionbar (Phoenix.WebComponent v3.2.4)

Render actionbar.

Link to this section Summary

Functions

Generates a actionbar.

Link to this section Functions

Generates a actionbar.

examples

Examples

<.wc_actionbar class="shadow">
  <:left>
    Star Wars
  </:left>
  <:right>
    <button>action</button>
  </:right>
</.wc_actionbar>

attributes

Attributes

  • id (:any) - html attribute id. Defaults to false.
  • class (:any) - html attribute class. Defaults to "".

slots

Slots

  • left - Left part of action bar.
  • right - Right part of action bar.