Show password input (experimental) example
Default
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/show_password", {
label: {
text: "Please enter your password"
},
value: "this is my password"
} %>