-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
enhancementIssues or PR related to making existing features betterIssues or PR related to making existing features better
Description
Description
AlphaIconButton
에 dropdown
속성을 추가합니다.
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
Labels
enhancementIssues or PR related to making existing features betterIssues or PR related to making existing features better