Govspeak Editor example
Right to left
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",
right_to_left: true,
value: "This is right to left"
} %>