SupabaseSurface.Components.Tabs (supabase_surface v0.4.0)
Properties
- id :string, required: true - The id of the live component (required by LiveView for stateful components). .
- type :string, values: ["pills", "underlined", "cards"], default: "pills"
- size :string, values: ["tiny", "small", "medium", "large", "xlarge"], default: "tiny"
- block :boolean, default: false
Slots
- tabs
- add_on_before
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.mount/1
.
Link to this section Functions
Link to this function
mount(socket)
Callback implementation for Phoenix.LiveComponent.mount/1
.