Specific rows
Textarea with 10 rows
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/textarea", {
label: {
text: "Can you provide more detail?"
},
name: "more-detail-rows",
rows: 10
} %>