SurfaceBootstrap.Breadcrumb.Item (surface_bootstrap v0.2.5)

Renderless holder of Breadcrumb.Item data.

Properties

  • text :string, required: true - Breadcrumb text.
  • url :string - Url to render, optional and should not be supplied on last item to grey out.
  • active :boolean, default: false - Is this item the active one?.

Link to this section Summary

Link to this section Functions

Callback implementation for Phoenix.LiveComponent.mount/1.

Callback implementation for Phoenix.LiveComponent.render/1.

Link to this function

update(assigns, socket)

Callback implementation for Phoenix.LiveComponent.update/2.