🎯 What you'll practice: Main components, instances, variants, and component properties.
1-B 2-B 3-B 4-B | 5 = properties 6 = variants 7 = Reusable components save time and guarantee consistency, and updating the source updates every use everywhere 8 = Instances typically become detached or break their link, losing the ability to auto-update 9 = e.g. a button with default/hover/pressed/disabled states | 10 = Answers vary — e.g. default: normal border and background; selected: accent border/highlighted background; disabled: reduced opacity, no shadow, muted text.