View Source Phoenix.WebComponent.Appbar (Phoenix.WebComponent v2.5.0)
render appbar
Link to this section Summary
Link to this section Functions
Generates a html customElement appbar.
attributes
Attributes
title
binary
Appbar Title. example: "App Title"menus
List
Appbar menus. example: [ %{ label: "Menu Name", to: ~p"/menu-url" } ]
slots
Slots
logo
Appbar Logo.user_profile
Right side userinfo.
Generates an simple html appbar.
attributes
Attributes
home
binary
Link to Home page. example: "https://hexdocs.pm/phoenix_webcomponent/"title
binary
Appbar Title. example: "App Title"menus
List
Appbar menus. example: [ %{ label: "Menu Name", to: ~p"/menu-url" } ]
slots
Slots
logo
Appbar Logo.user_profile
Right side userinfo.