Skip to content

Add missed dropdown property to AlphaIconButton #2490

@yangwooseong

Description

@yangwooseong

Description

AlphaIconButtondropdown속성을 추가합니다.

Reasons for suggestion

chevron-small-down 혹은 chevron-small-up 아이콘을 보여줄 수 있는 dropdown 속성이 누락되어 있습니다.

Proposed solution

interface IconButtonOwnProps {
  dropdown?: 'chevron-small-down' | 'chevron-small-up' 
}

유니언 타입의 dropdown 속성을 인터페이스에 추가하고, 컴포넌트 내부에서 베지어 아이콘으로 맵핑합니다.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementIssues or PR related to making existing features better

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions