Govspeak Editor example
With textarea rows
Allows the number of rows in the textarea to be adjusted.
How it looks (preview)
Generating preview, please wait.
How to call this example
<%= render "components/govspeak_editor", {
label: {
text: "Document content body",
bold: true
},
name: "name",
rows: 2
} %>