.code-tip
  .code-tip-wrapper
    .code-tip-btn(
      class={open}
      on={click: $helpers.handleCodeTipBtnClick}
    )
      if open
        mp-tooltip(
          attrs={'always-show': true, 'arrow-offset': 10}
        )
          mp-formatted-message.code-tip-src(attrs={parts: JSON.stringify($helpers.getJadeParts())})
  slot
