Forms / Rich Text

Rich Text

We have a special kind of text input, which accepts rich text (text with formatting, such as bold, italics, etc.). Under the covers, we use a custom element that wraps the Quill rich text editor. They look very similar to the regular text fields. Down below there's an interactive example you can play with. Below the input, you can see how the final text will look like for other users.

Live example


Unlike the Text input, we don't have as many configuration options for this input (yet!). For now, we can only have it disabled. We can also add arbitrary attributes/styling to it, which isn't showcased here.

Disabled example


In the next example, we show an input that has a placeholder, and also an error:

Placeholder and error


Errors are displayed below the input