Add a Slot property to your component so designers can insert any child component
Define the Slot prop in your Webflow code component with a name. Optionally, you can add a group and tooltip text.
You can use props.Children as an alias for the props.Slot prop type.
name: The name for the property.group: The group for this property. (optional)tooltip: The tooltip for the property. (optional)The Slot prop provides child components to your React component as a single ReactNode object.
n/a
Use a Slot prop when you want designers to: