%= pb_rails("label_value", props: {
variant: "details",
label: "Installer",
icon: "truck",
title: "JD Installations LLC",
}) %>
<%= pb_rails("label_value", props: {
variant: "details",
label: "Project",
icon: "home",
description: "33-12345",
title: "Jefferson-Smith",
}) %>
<%= pb_rails("label_value", props: {
variant: "details",
label: "Project",
icon: "home",
description: "33-12345",
title: "Jefferson-Smith",
date: Date.new(2019, 11, 18)
}) %>
<%= pb_rails("label_value", props: {
variant: "details",
active: true,
label: "Project",
icon: "home",
description: "33-12345",
title: "Jefferson-Smith",
date: Date.new(2019, 11, 18)
}) %>