SurfaceBootstrap.Row (surface_bootstrap v0.2.5)
Row utility component, emits a <div>
wrapper.
https://getbootstrap.com/docs/5.0/layout/grid/
Properties
- justify :string, values: ~w(start end center between around evenly) - Justify content inside.
- class :css_class, default: [] - Css classes to propagate down to row..
Slots
- default
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(assigns)
Callback implementation for Phoenix.LiveComponent.render/1
.
Link to this function
update(assigns, socket)
Callback implementation for Phoenix.LiveComponent.update/2
.