Skip to content

Settings and activity

1 result found

  1. 737 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    An error occurred while saving the comment
    Anonymous commented  · 

    Anyone could explain it in simple words?

    Let’s assume a scenario where the Main Component needs a variation that still retains the “one-to-many” quality of children inheriting properties but doesn’t affect any existing child components. To create a new parent component hierarchy, an instanced component must be ungrouped and rebuilt from scratch. Ungrouping components will also lose all the states and transition properties set up in Prototype mode. Here’s a workaround:

    Clone an instance of the component for each state in the component.
    Set each instance’s state to a different state.
    Go through and ungroup each component instance.
    Start making desired tweaks and changes to each component instance.
    Recreate the new Main Component.

    Copied from "https://www.toptal.com/designers/ui/adobe-xd-components-tutorial"

    An error occurred while saving the comment
    Anonymous commented  · 

    What does it mean by " making a component local to the file and rename ".