Sha256: c87054a9f12388a37ca402ffb0e2940e15ea950e9e6fbcee001d2a0ea9fc13e3

Contents?: true

Size: 1002 Bytes

Versions: 123

Compression:

Stored size: 1002 Bytes

Contents

<div class="pb--doc-demo-row">
  <div>
    <%= pb_rails("user", props: {
      name: "Anna Black",
      title: "Remodeling Consultant",
      orientation: "vertical",
      align: "center",
      size: "lg",
      avatar_url: "https://randomuser.me/api/portraits/women/44.jpg",
      dark: true
      }) %>
  </div>
  <div>
    <%= pb_rails("user", props: {
      name: "Anna Black",
      title: "Remodeling Consultant",
      orientation: "horizontal",
      align: "left",
      avatar_url: "https://randomuser.me/api/portraits/women/44.jpg",
      dark: true
      }) %>
  </div>
  <div>
    <%= pb_rails("user", props: {
      name: "Anna Black",
      orientation: "horizontal",
      align: "left",
      avatar_url: "https://randomuser.me/api/portraits/women/44.jpg",
      dark: true
      }) %>

     <br>

     <%= pb_rails("user", props: {
       name: "Anna Black",
       orientation: "horizontal",
       align: "left",
       avatar: true,
       dark: true
     }) %>
  </div>
</div>

Version data entries

123 entries across 123 versions & 1 rubygems

Version Path
playbook_ui-3.0.1 app/pb_kits/playbook/pb_user/docs/_user_dark.html.erb
playbook_ui-3.0.0 app/pb_kits/playbook/pb_user/docs/_user_dark.html.erb
playbook_ui-2.9.9 app/pb_kits/playbook/pb_user/docs/_user_dark.html.erb