SurfaceBulma.Breadcrumb (surface_bulma v0.2.0)
A simple navigation component that is displayed as a breadcrumb
Properties
- separator :string - The separator that is used to divide breadcrumb items, defaults to a
/
.. - alignment :string, default: "left" - The alignment of the breadcrumb, defaults to
left
-aligned.. - size :string, default: "medium" - The size of the breadcrumb, possibilities are: "small", "medium", "large".
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.mount/1
.
Callback implementation for Phoenix.LiveComponent.render/1
.
Callback implementation for Phoenix.LiveComponent.update/2
.
Link to this section Functions
Link to this function
mount(socket)
Callback implementation for Phoenix.LiveComponent.mount/1
.
Link to this function
render(assigns)
Callback implementation for Phoenix.LiveComponent.render/1
.
Link to this function
update(assigns, socket)
Callback implementation for Phoenix.LiveComponent.update/2
.