이 인텐션은 React Buddy 팔레트의 Component 태그 내에 있는 subComponents 속성에 정의되어 있는 경우 하위 구성 요소를 추가합니다.
예:
subComponents={[
    <Comp1/>,
    <Comp2/>
]}