SurfaceBulma.Tabs.TabItem (surface_bulma v0.1.1)
Defines a tab item for the parent tabs component.
The tab item instance is automatically added to the
parent's tabs
slot.
Properties
- label :string, default: "" - Item label.
- icon :string - Item icon.
- disabled :boolean, default: false - Item is disabled.
- visible :boolean, default: true - Item is visible.
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(arg)
Callback implementation for Phoenix.LiveComponent.render/1
.
Link to this function
update(assigns, socket)
Callback implementation for Phoenix.LiveComponent.update/2
.