Skip to main content

AppleIconButton()

애플 아이콘 버튼 UI 컴포넌트입니다. 컴포넌트를 기반으로 하며, 애플 아이콘 및 버튼 스타일링이 가능합니다.

Signature

AppleIconButton: (props: AppleIconButtonProps) => react_jsx_runtime.JSX.Element

Parameters

Parameter

Type

Description

props

AppleIconButtonProps

IconButtonProps에서 'socialType'과 'icon'을 제외한 속성들을 상속받습니다.

Returns

react_jsx_runtime.JSX.Element

애플 아이콘 버튼 컴포넌트를 반환합니다.