Skip to content

Clickable Avatar #43

Description

@healtheloper

예상 동작

Avatar hover 시 말풍선 생성 -> 말풍선? 컴포넌트 필요
ex) 말풍선 배경색상 변경 가능, 컴포넌트 합성 가능, Popover 되는 위치 변경 가능 (왼오위아래)

onClick prop 들어갈 시 cursor css 변경

스크린샷 2023-01-19 오전 11 38 04

스크린샷 2023-01-19 오전 11 35 38

스크린샷 2023-01-19 오전 11 37 25

Interface

type PopoverPositions = "top" | "bottom" | "left" | "right";
type Popover = ReactElement | string

<Avatar 
  onClick={...} 
  popover={<FlexBox>~~</FlexBox>} 
  popoverProps={{position:"top", backgroundColor: theme.palette.bgColor }} 
/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions