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

render appbar

Link to this section Summary

Functions

Generates webcomponent breadcrumb

Link to this section Functions

Generates webcomponent breadcrumb

example

Example

<.wc_breadcrumb>
  <:crumb>Menu1</:crumb>
  <:crumb>Menu2</:crumb>
</.wc_breadcrumb>

attributes

Attributes

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

slots

Slots

  • icon - Render Icon.
  • crumb (required) - Render menu. Accepts attributes:
    • id (:any)
    • class (:string)
    • to (:string)