import React from "react";
import KakaoLogin from ".";
const token = "64d0c649f5b7e5a3ef9790587ee5f19b";
export default {
title: "KakaoLogin",
component: KakaoLogin,
};
export const Default = () => (
);
export const UseLoginForm = () => (
);
export const WithChildren = () => (
카카오톡 로그인
);
export const WithStyle = () => (
);
export const WithClassName = () => (
);
export const WithRender = () => (
{
return (
{
e.preventDefault();
onClick();
}}
>
카카오로 로그인하기
);
}}
/>
);