SurfaceBootstrap.Card.Body.Title (surface_bootstrap v0.2.5)

Card title component

https://getbootstrap.com/docs/5.0/components/card/

Properties

  • title :string, required: true
  • title_size :string, values: ~w(1 2 3 4 5 6), default: "5"
  • title_class :css_class, default: []
  • sub_title :string
  • sub_title_size :string, values: ~w(1 2 3 4 5 6), default: "6"
  • sub_title_class :css_class, default: []

Link to this section Summary

Link to this section Functions

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.