Translated input example
With details text
How it looks (preview)
Original text for input
This is the English translation
How to call this example
<%= render "components/translated_input", {
input: {
label: {
text: "Input (required)"
},
heading_size: "l",
name: "input"
},
details: {
text: "This is the English translation"
}
} %>