SupabaseSurface.Components.Divider (supabase_surface v0.1.0)
Properties
- light :boolean, default: false - If
light
style should be used.. - orientation :string, values: ["left", "right", "center"], default: "center" - The orientation in case content is provided.
- type :string, values: ["horizontal", "vertical"], default: "horizontal" - The divider type.
- class :css_class - CSS classes to apply to the divider.
Slots
- default, required: false - The content.
Link to this section Summary
Functions
Callback implementation for Phoenix.LiveComponent.mount/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
update(assigns, socket)
Callback implementation for Phoenix.LiveComponent.update/2
.