Sha256: 9499dcd8b29af242137bba3a9758e181946222544346b9fbdcd2c1ae9f7a0bb8
Contents?: true
Size: 503 Bytes
Versions: 1161
Compression:
Stored size: 503 Bytes
Contents
<%= pb_rails("caption", props: { size: "xs", text: "Basic unstyled example" }) %> <%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: true, align: "left", unstyled: true, }) %> <br /> <%= pb_rails("caption", props: { size: "xs", text: "Example with wrapping typography kit" }) %> <%= pb_rails("title", props: { size: 1 }) do %> <%= pb_rails("timestamp", props: { timestamp: DateTime.now, show_date: true, align: "left", unstyled: true, }) %> <% end %>
Version data entries
1,161 entries across 1,161 versions & 2 rubygems