Add a Text property to your component for designers to input plain text content.
Define the Text prop in your Webflow code component with a name. Optionally, you can add a default value, group, and tooltip text.
You can use props.String as an alias for the props.Text prop type.
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 Text prop provides a string value to your React component.
n/a
Use a Text prop when you want designers to: