Skip to content

Latest commit

 

History

History

PhotonToolbar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Toolbar

Toolbars

Toolbar Header

<tool-bar type="header">
  ...
  <!--Title-->
  <h1 class="title">Toolbar Header</h1>
  ...
</tool-bar>

Toolbar Actions

<tool-bar type="header">
  ...
  <div class="toolbar-actions">
    <!--Toolbar actions here-->
  </div>
  ...
</tool-bar>

Toolbar Footer

<tool-bar type="footer">
  ...
  <!--Title-->
  <h1 class="title">Toolbar Footer</h1>
  ...
</tool-bar>