Skip to content

Commit

Permalink
[ADD/#175] TerningBasicButton 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Aug 14, 2024
1 parent 1cb6c69 commit f610e44
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,15 @@ import com.terning.core.designsystem.theme.White
import com.terning.core.util.NoRippleTheme

/**
* 기본 버튼 입니다.
* 기본 버튼 함수입니다.
*
* @param shape 버튼의 모양 설정
* @param shape 버튼의 모양을 설정합니다.
* @param style 버튼 텍스트의 스타일을 정의합니다.
* @param paddingVertical 버튼의 위아래 패딩을 설정합니다. 패딩 값은 Dp 단위입니다.
* @param text 버튼에 표시될 텍스트입니다.
* @param onButtonClick 버튼 클릭 시 호출될 콜백 함수입니다.
* @param modifier 버튼에 적용할 Modifier입니다.
* @param isEnabled 버튼의 활성화 상태를 정의합니다.
*/
@Composable
fun TerningBasicButton(
Expand Down

0 comments on commit f610e44

Please sign in to comment.