테마 컴포넌트에서 onclick으로 로그인 폼 열기

I did it this way.

helper.attach("button", {
      label: "log_in",
      className: "css_class_name",
      action: "showLogin",
      icon: "plus"
      })