Sha256: 1878e3e3d2074772457341cfa69a4938f877f04cd5a18927539f6c9653e3dbc4
Contents?: true
Size: 716 Bytes
Versions: 1645
Compression:
Stored size: 716 Bytes
Contents
<%= pb_rails("caption", props: { size: "xs", text: "Example with no year" }) %> <%= pb_rails("date", props: { date: Date.today, unstyled: true }) %> <br /> <%= pb_rails("caption", props: { size: "xs", text: "Example with wrapping typography kit" }) %> <%= pb_rails("title", props: { size: 1 }) do %> <%= pb_rails("date", props: { date: "2012-08-02T15:49:29Z", unstyled: true }) %> <% end %> <br /> <%= pb_rails("caption", props: { size: "xs", text: "Example with icon + subcaption" }) %> <%= pb_rails("caption", props: { size: "xs" }) do %> <%= pb_rails("date", props: { date: "2012-08-02T15:49:29Z", show_icon: true, unstyled: true, show_day_of_week: true }) %> <% end %>
Version data entries
1,645 entries across 1,645 versions & 2 rubygems