Add a Link property to your component so designers can create clickable links with full control over URL, target behavior, and preload settings.
Define the Link 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 this property (optional).The Link prop value provides an object to your React component with the following properties:
href: The URL destination.target: How the link opens (optional).preload: Preload behavior (optional).
Define a Link property in your Webflow component, that directly maps to a link property in your React component. If your React component expects a href and target property, see the prop mapping example below.
Use a Link prop when you want designers to: