• LoginForm 컴포넌트는 아이디, 비밀번호를 입력할 수 있는 Form을 제공합니다. sns props 를 통하여 SNS 로그인 연동도 손 쉽게 할 수 있습니다.

    Type Parameters

    Parameters

    Returns Element

    Example

    <LoginForm
    findUrl="/find"
    logo={devfiveIcon}
    redirectUrl="https://devfive.com"
    signupUrl="/signup"
    sns={["kakao", "google", "naver", "apple"]}
    snsButtonPosition="bottom"
    title="데브파이브 계정으로 로그인"
    />

Generated using TypeDoc