Add an ID property to your component so designers can set unique identifiers on HTML elements.
The ID prop creates a text input for element IDs, making it easy to target elements with CSS or JavaScript.
Define the ID 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 ID prop provides a string to your React component:
n/a
Use an ID prop when you want designers to: