1. Collections Component Guide
  2. Form hint text
  3. With dir attribute
Form hint text example

With dir attribute

Allows the correct display of right to left languages.

How it looks (preview)

العربيَّة

How to call this example

<%= render "govuk_publishing_components/components/hint", {
  text: "العربيَّة",
  right_to_left: true
} %>