UNPKG

@teamsparta/chat-ui

Version:
13 lines (11 loc) 336 B
import {ProfileHeader} from "../lib"; const ProfileHeaderSample = ()=> { const config = { name : "척척박사 르탄봇", status : "online", description : "바로 응답", profileImage : "/rtan_profile.png", } return <ProfileHeader config={config} />; } export default ProfileHeaderSample;