Is there a way to add a component and make changes which affect only that single instance? Meaning, I don't want to change the main parent component which would cascade to all children (thinking specifically how Webflow does this, or Figma)
Max
3 months ago
Yes 😊 that is what attributes, contexts and style overrides are for. With attributes and context, you can change the functionality of the component or implement conditions. Style overrides style that one instance of the component (the root element), but leave the original intact
Lucas G
3 months ago
There are also slots
Technically not part of the component itself but slots allow you to extend components even further