Skip to content

컴포넌트 패키지

패키지: @hereby/components | Alpine.js 인증 컴포넌트 라이브러리

ESM, CJS, 브라우저 번들로 배포되는 재사용 가능한 인증 중심 Alpine 컴포넌트 모음입니다.

내보내는 컴포넌트

  • authGateComponent
  • loginFormComponent
  • registerFormComponent
  • changePasswordFormComponent

Alpine 플러그인

패키지는 createAuthComponentsPlugin()을 내보냅니다.

등록되는 Alpine 데이터 팩토리:

  • authGate
  • loginForm
  • registerForm
  • changePasswordForm

번들

구성된 출력:

  • src/index.ts 기반 CommonJS
  • src/index.ts 기반 ESM
  • src/browser.ts 기반 브라우저 IIFE

브라우저 글로벌 이름:

  • HerebyComponents

html/ 디렉토리에는 다음 템플릿도 포함됩니다.

  • signin-form.html
  • signup-form.html
  • change-password-form.html