September 16, 2024, 5:39pm 1 I’m porting an existing design system to Figma, and I’m wondering, what are the best practices in 2024 for building components with dynamic children? For example, a dropdown menu where one instance has options A, B, C, and another instance has options D, E, F, G, etc. Or, a resuable modal component. Some UI Kits / design systems I’ve seen here require a component instance to be configured, then detached. Is this the standard approach?