サブコンポーネントが React Buddy のパレットで Component タグの subComponents 属性で定義されていた場合、このインテンションを使用してサブコンポーネントを追加できます。
例:
subComponents={[
<Comp1/>,
<Comp2/>
]}