SurfaceBulma.Navbar (surface_bulma v0.5.0)

properties

Properties

  • id :string, required: true - The id of the live component (required by LiveView for stateful components).

  • color :string, values: ~w(white black light dark primary link info success warning danger) - The color of the navbar.

slots

Slots

  • brand
  • nav_start
  • nav_end

Link to this section Summary

Link to this section Functions

Link to this function

handle_event(binary, _, socket)

Callback implementation for Phoenix.LiveComponent.handle_event/3.

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.