SupabaseSurface.Components.Typography.Title (supabase_surface v0.4.0)
Properties
- level :integer, values: [1, 2, 3, 4, 5], default: 1 - The level for the resulting heading.
- class :css_class - Extra CSS classes to apply.
- style :keyword, default: [] - Extra styles.
Slots
- default, required: true - The title 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
.