From b693dabdb3ea475dfadeba2e4d153ee940b461b6 Mon Sep 17 00:00:00 2001 From: leeeyubin <128459613+leeeyubin@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:37:29 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20yourssu/?= =?UTF-8?q?Handy-Android@d769cab58b4cf63cd0b901d20a3ea8e65ec99bdc=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../-radio-button-size/-large/index.html | 119 +++++++++++++ .../-radio-button-size/-medium/index.html | 119 +++++++++++++ .../-radio-button-size/-small/index.html | 119 +++++++++++++ .../-radio-button-size/icon-size.html | 80 +++++++++ .../-radio-button-size/index.html | 168 ++++++++++++++++++ .../-radio-button-size/typo.html | 80 +++++++++ .../-radio-button.html | 80 +++++++++ .../com.yourssu.handy.compose/index.html | 30 ++++ docs/0.x/compose/package-list | 7 + docs/0.x/navigation.html | 29 ++- docs/0.x/scripts/pages.json | 2 +- 11 files changed, 825 insertions(+), 8 deletions(-) create mode 100644 docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/-large/index.html create mode 100644 docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/-medium/index.html create mode 100644 docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/-small/index.html create mode 100644 docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/icon-size.html create mode 100644 docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/index.html create mode 100644 docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/typo.html create mode 100644 docs/0.x/compose/com.yourssu.handy.compose/-radio-button.html diff --git a/docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/-large/index.html b/docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/-large/index.html new file mode 100644 index 0000000..78b4e2b --- /dev/null +++ b/docs/0.x/compose/com.yourssu.handy.compose/-radio-button-size/-large/index.html @@ -0,0 +1,119 @@ + + +
+ +단일 선택을 나타낼 수 있는 RadioButton입니다.
RadioButton의 선택 유무
RadioButton의 선택 상태가 변경될 때 호출되는 함수
RadioButton에 대한 선택적 Modifier
RadioButton의 크기에 따른 텍스트의 타이포, 아이콘 사이즈 설정. 기본값은 Medium
RadioButton 옆에 표시되는 텍스트
RadioButton의 활성화 유무
RadioButton의 아이콘 색상
단일 선택을 나타낼 수 있는 RadioButton입니다.