Sha256: ab6f250389661244a108fbdd978891720e69c50e98c9cb06c2cb58d9e8d7aa2e
Contents?: true
Size: 883 Bytes
Versions: 1704
Compression:
Stored size: 883 Bytes
Contents
<%= pb_rails("caption", props: { size: "xs", text: "Example with no year" }) %> <%= pb_rails("time", props: { show_icon: true, show_timezone: true, time: DateTime.now, timezone: "America/New_York", unstyled: true }) %> <br /> <%= pb_rails("caption", props: { size: "xs", text: "Example with wrapping typography kit" }) %> <%= pb_rails("title", props: { size: 1 }) do %> <%= pb_rails("time", props: { show_icon: true, show_timezone: true, time: DateTime.now, timezone: "America/New_York", unstyled: true }) %> <% end %> <br /> <%= pb_rails("caption", props: { size: "xs", text: "Example with icon + subcaption" }) %> <%= pb_rails("caption", props: { size: "xs" }) do %> <%= pb_rails("time", props: { show_icon: true, show_timezone: true, time: DateTime.now, timezone: "America/New_York", unstyled: true }) %> <% end %>
Version data entries
1,704 entries across 1,704 versions & 2 rubygems