SurfaceBulma.Tabs (surface_bulma v0.1.1)

A simple horizontal navigation tabs component

Properties

  • id :string, required: true - The id of the live component (required by LiveView for stateful components). .
  • expanded :boolean, default: false - Make tab full width.
  • boxed :boolean, default: false - Classic style with borders.

Slots

  • tabs, required: true - The tabs to display.

Link to this section Summary

Link to this section Functions

Link to this function

handle_event(binary, map, 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.