Contact info
Full name
Mary Jane Francis
mjfrancis@freshvegetables.com
Role
Sales Manager
Renders a details card component.
Supports an optional action with ‘icon’ and ‘click’ attributes.
<.details_card title="Contact info"> <:detail label="Full name"> Jane Francis </:detail> <:detail label="Email"> mjfrancis@freshvegetables.com </:detail> <:detail label="Role"> Sales Manager </:detail> </.details_card>
<.details_card title="Contact info"> <:action icon="pencil" click={JS.push("...")}>Edit</:action> <:detail label="Full name"> Jane Francis </:detail> <:detail label="Email"> mjfrancis@freshvegetables.com </:detail> <:detail label="Role"> Sales Manager </:detail> </.details_card>
flat variant: renders a titleless, shadowless read-only card. Use the
:remove slot to add an icon-only trash button (its label is the accessible
name). The slot is optional; omit it for a card with no remove action:
<.details_card variant="flat"> <:remove label="Remove contact" on_click={JS.push("remove")} /> <:detail label="Full name"> Jane Francis </:detail> <:detail label="Email"> mjfrancis@freshvegetables.com </:detail> <:detail label="Role"> Sales Manager </:detail> </.details_card>
Full name
Mary Jane Francis
mjfrancis@freshvegetables.com
Role
Sales Manager