Add a Rich Text property to your component so designers can create formatted content with HTML markup.
Define the Rich Text prop in your Webflow code component with a name. Optionally, you can add a group and tooltip text.
name: The name for the property.group: The group for this property. (optional)tooltip: The tooltip for the property. (optional)defaultValue: Default value for all component instances. (optional)The Rich Text prop provides formatted HTML content to your React component as a ReactNode.
n/a
Use a Rich Text prop when you want designers to: