Link
Add a Link property to your component so designers can create clickable links with full control over URL, target behavior, and preload settings.
Syntax
Prop definition
Define the Link prop in your Webflow code component with a name. Optionally, you can add a group and tooltip text.
Properties
name: The name for the property.group: The group for this property (optional).tooltip: The tooltip for this property (optional).
Prop value
The Link prop value provides an object to your React component with the following properties:
PropType.Link
Properties returned to the React component
href: The URL destination.target: How the link opens (optional).preload: Preload behavior (optional).