Sha256: 496f3fc6158486e373386b94736d4077ae4e4c2f57f075d920bb0cbdd7ec41dc

Contents?: true

Size: 861 Bytes

Versions: 2

Compression:

Stored size: 861 Bytes

Contents

<%= pb_rails("passphrase", props: {
  label: "Pass an array of strings to the tips prop",
  tips: ['And the info icon will appear.', 'Each string will be displayed as its own tip'],
}) %>

<%= pb_rails("passphrase", props: {
  label: "Omit the prop to hide the icon"
}) %>

<%= pb_rails("passphrase", props: {
  label: "Only show tips at small screen size",
  show_tips_below: "sm",
  tips: ['Make the password longer', 'Type more things', 'Use something else'],
}) %>

<%= pb_rails("passphrase", props: {
  label: "Only show tips at medium screen size",
  show_tips_below: "md",
  tips: ['Make the password longer', 'Type more things', 'Use something else'],
}) %>

<%= pb_rails("passphrase", props: {
  label: "Only show tips at large screen size",
  show_tips_below: "lg",
  tips: ['Make the password longer', 'Type more things', 'Use something else'],
}) %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-9.3.0.pre.alpha.password.strength.2 app/pb_kits/playbook/pb_passphrase/docs/_passphrase_tips.html.erb
playbook_ui-9.3.0.pre.alpha.password.strength.1 app/pb_kits/playbook/pb_passphrase/docs/_passphrase_tips.html.erb