InputRichText

The InputRichText component is a rich text input field.

# Basic Usage


InputRichText Component

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the input in form submission.
labelstringLabel text for the input field.
registerfunctionFunction to register the input with the useForm hook.
requiredbooleanSpecifies if the field is required.