Sha256: 06ec4b8cad5bae5c77cee7cb5ec75bddb9a131943d0e8aaffe7881ff56ce7390
Contents?: true
Size: 664 Bytes
Versions: 27
Compression:
Stored size: 664 Bytes
Contents
<%= pb_rails("pill", props: { dark: true, text: "Default" }) %> <br><br> <%= pb_rails("pill", props: { dark: true, text: "success", variant: "success" }) %> <br><br> <%= pb_rails("pill", props: { dark: true, text: "error", variant: "error" }) %> <br><br> <%= pb_rails("pill", props: { dark: true, text: "warning", variant: "warning" }) %> <br><br> <%= pb_rails("pill", props: { dark: true, text: "info", variant: "info" }) %> <br><br> <%= pb_rails("pill", props: { dark: true, text: "neutral", variant: "neutral" }) %> <br><br> <%= pb_rails("pill", props: { dark: true, text: "primary", variant: "primary" }) %>
Version data entries
27 entries across 27 versions & 1 rubygems