Skip to main content

AppleButton()

애플 버튼 UI 컴포넌트입니다. 컴포넌트를 기반으로 하여, 애플 아이콘과 스타일, 레이블을 포함합니다.

Signature

AppleButton: (props: AppleButtonProps) => react_jsx_runtime.JSX.Element

Parameters

Parameter

Type

Description

props

AppleButtonProps

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

Returns

react_jsx_runtime.JSX.Element

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