Sha256: 6f38d1358b3952e14b41727d657ad3cdd7299904c89472b90ba2287ece63c413

Contents?: true

Size: 1.8 KB

Versions: 43

Compression:

Stored size: 1.8 KB

Contents

<%= pb_rails("title", props: { text: "Patient Profile", tag: "h4", size: 4, margin_bottom: "sm", dark: true }) %> 

<%= pb_rails("flex") do %>
  <%= pb_rails("flex", props: {orientation: "column", margin_right: "lg" }) do %>

    <%= pb_rails("label_value", props: {
      variant: "details",
      label: "Age",
      icon: "user",
      title: "24 yrs old",
      padding_bottom: "sm",
      dark: true
    }) %>
    <%= pb_rails("label_value", props: {
      variant: "details",
      label: "Weight",
      icon: "weight",
      title: "91 kg",
      dark: true
    }) %>

  <% end %>
  <%= pb_rails("flex", props: {orientation: "column"}) do %>

    <%= pb_rails("label_value", props: {
      variant: "details",
      label: "Blood",
      icon: "tint",
      title: "A +",
      padding_bottom: "sm",
      dark: true
    }) %>
    <%= pb_rails("label_value", props: {
      variant: "details",
      label: "Height",
      icon: "arrows-v",
      title: "187 cm",
      dark: true
    }) %>

  <% end %>
<% end %>


<br><br><br>

<%= pb_rails("title", props: { text: "Workout Schedule", tag: "h4", size: 4, margin_bottom: "sm", dark: true }) %> 

<%= pb_rails("label_value", props: {
  variant: "details",
  label: "Chest",
  icon: "dumbbell",
  description: "6 sets • 8 reps • 40-100 kg",
  title: "Bench Press",
  padding_bottom: "sm",
  dark: true,
  active: true
}) %>

<%= pb_rails("label_value", props: {
  variant: "details",
  label: "Biceps",
  icon: "dumbbell",
  description: "5 sets • 12 reps • 20-40 kg",
  title: "Barbell Curl",
  padding_bottom: "sm",
  dark: true,
  active: true
}) %>

<%= pb_rails("label_value", props: {
  variant: "details",
  label: "Back",
  icon: "dumbbell",
  description: "8 sets • 8 reps • 40-120 kg",
  title: "Back Squat",
  padding_bottom: "sm",
  dark: true,
  active: true
}) %>

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
playbook_ui-6.6.1 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.0.pre.alpha10 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-6.6.0 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-6.5.2 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-6.5.1 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-6.5.0 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha8 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha7 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha6 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha5 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha4 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha3 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha2 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-6.4.2 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.1.pre.alpha1 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.0.pre.alpha9 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.0.pre.alpha8 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.0.pre.alpha7 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-6.4.1 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb
playbook_ui-7.0.0.pre.alpha6 app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb