-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 9ab1a76 🚀
- Loading branch information
1 parent
971cbaa
commit 15542e4
Showing
11 changed files
with
745 additions
and
55 deletions.
There are no files selected for viewing
80 changes: 80 additions & 0 deletions
80
docs/0.x/compose/com.yourssu.handy.compose/-center-aligned-top-app-bar.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>CenterAlignedTopAppBar</title> | ||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "../../";</script> | ||
<script>document.documentElement.classList.replace("no-js","js");</script> | ||
<script>const storage = localStorage.getItem("dokka-dark-mode") | ||
if (storage == null) { | ||
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches | ||
if (osDarkSchemePreferred === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} else { | ||
const savedDarkMode = JSON.parse(storage) | ||
if(savedDarkMode === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} | ||
</script> | ||
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../styles/main.css" rel="Stylesheet"> | ||
<link href="../../styles/prism.css" rel="Stylesheet"> | ||
<link href="../../styles/logo-styles.css" rel="Stylesheet"> | ||
<link href="../../styles/font-jb-sans-auto.css" rel="Stylesheet"> | ||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/main.js" defer="defer"></script> | ||
<script type="text/javascript" src="../../scripts/prism.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script> | ||
</head> | ||
<body> | ||
<div class="root"> | ||
<nav class="navigation" id="navigation-wrapper"> | ||
<div class="navigation--inner"> | ||
<div class="navigation-title"> | ||
<button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button> | ||
<div class="library-name"> | ||
<a class="library-name--link" href="../../index.html"> | ||
compose | ||
</a> | ||
</div> | ||
<div class="library-version"> | ||
</div> | ||
</div> | ||
<div class="filter-section" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":compose:dokkaHtml/release">androidJvm</button> | ||
</div> | ||
</div> | ||
<div class="navigation-controls"> | ||
<button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button> | ||
<div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div> | ||
</div> | ||
</nav> | ||
<div id="container"> | ||
<div class="sidebar" id="leftColumn"> | ||
<div class="sidebar--inner" id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="member" id="content" pageIds="compose::com.yourssu.handy.compose//CenterAlignedTopAppBar/#kotlin.String#androidx.compose.ui.graphics.vector.ImageVector#kotlin.Function0[kotlin.Unit]#androidx.compose.ui.Modifier#kotlin.Function1[androidx.compose.foundation.layout.RowScope,kotlin.Unit]?/PointingToDeclaration//901554290"> | ||
<div class="breadcrumbs"><a href="../../index.html">compose</a><span class="delimiter">/</span><a href="index.html">com.yourssu.handy.compose</a><span class="delimiter">/</span><span class="current">CenterAlignedTopAppBar</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span>Center</span><wbr></wbr><span>Aligned</span><wbr></wbr><span>Top</span><wbr></wbr><span>App</span><wbr></wbr><span><span>Bar</span></span></h1> | ||
</div> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":compose:dokkaHtml/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a></div></div><span class="token keyword">fun </span><a href="-center-aligned-top-app-bar.html"><span class="token function">CenterAlignedTopAppBar</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">title<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">navIcon<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/graphics/vector/ImageVector.html">ImageVector</a><span class="token punctuation">, </span></span><span class="parameter ">onNavIconClick<span class="token operator">: </span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -> </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token punctuation">, </span></span><span class="parameter ">modifier<span class="token operator">: </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/ui/Modifier.html">Modifier</a><span class="token operator"> = </span>Modifier<span class="token punctuation">, </span></span><span class="parameter ">actions<span class="token operator">: </span><span><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a> </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/foundation/layout/RowScope.html">RowScope</a><span class="token punctuation">.</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -> </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span></div><p class="paragraph">Center-Aligned Top App Bar</p><p class="paragraph">타이틀이 중앙에 위치한 탑앱바입니다. 좌측에 메뉴 아이콘 및 뒤로 가기 아이콘이 요구될 경우 사용합니다. 아이콘으로 기능을 명확하게 표현하지 못하거나 확실하게 기능을 설명하고 싶을 때 아이콘 대신 Text를 사용할 수 있습니다. 이때, 텍스트의 사용은 한 개까지만 가능하며, 텍스트가 공백 포함 5자일 경우 우측에 아이콘을 같이 쓸 수 없습니다.</p><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":compose:dokkaHtml/release" data-filterable-set=":compose:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>title</span></span></u></div></span></div><div><div class="title"><p class="paragraph">headline or Logo 최대 9자(공백 포함)</p></div></div></div></div><div class="table-row" data-filterable-current=":compose:dokkaHtml/release" data-filterable-set=":compose:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span>nav</span><wbr></wbr><span><span>Icon</span></span></u></div></span></div><div><div class="title"><p class="paragraph">왼쪽 아이콘</p></div></div></div></div><div class="table-row" data-filterable-current=":compose:dokkaHtml/release" data-filterable-set=":compose:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>actions</span></span></u></div></span></div><div><div class="title"><p class="paragraph">오른쪽 아이콘 or 텍스트 (아이콘은 임의로 변경할 수 있으며 Center-aligned의 우측엔 최대 2개의 아이콘 버튼)</p></div></div></div></div></div></div></div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2025 Copyright</span><span | ||
class="pull-right"><span>Generated by </span><a | ||
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
80 changes: 80 additions & 0 deletions
80
docs/0.x/compose/com.yourssu.handy.compose/-left-aligned-top-app-bar.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!DOCTYPE html> | ||
<html class="no-js"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> | ||
<title>LeftAlignedTopAppBar</title> | ||
<link href="../../images/logo-icon.svg" rel="icon" type="image/svg"> | ||
<script>var pathToRoot = "../../";</script> | ||
<script>document.documentElement.classList.replace("no-js","js");</script> | ||
<script>const storage = localStorage.getItem("dokka-dark-mode") | ||
if (storage == null) { | ||
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches | ||
if (osDarkSchemePreferred === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} else { | ||
const savedDarkMode = JSON.parse(storage) | ||
if(savedDarkMode === true) { | ||
document.getElementsByTagName("html")[0].classList.add("theme-dark") | ||
} | ||
} | ||
</script> | ||
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/sourceset_dependencies.js" async="async"></script> | ||
<link href="../../styles/style.css" rel="Stylesheet"> | ||
<link href="../../styles/main.css" rel="Stylesheet"> | ||
<link href="../../styles/prism.css" rel="Stylesheet"> | ||
<link href="../../styles/logo-styles.css" rel="Stylesheet"> | ||
<link href="../../styles/font-jb-sans-auto.css" rel="Stylesheet"> | ||
<script type="text/javascript" src="../../scripts/clipboard.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/navigation-loader.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/platform-content-handler.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/main.js" defer="defer"></script> | ||
<script type="text/javascript" src="../../scripts/prism.js" async="async"></script> | ||
<script type="text/javascript" src="../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script> | ||
</head> | ||
<body> | ||
<div class="root"> | ||
<nav class="navigation" id="navigation-wrapper"> | ||
<div class="navigation--inner"> | ||
<div class="navigation-title"> | ||
<button class="menu-toggle" id="menu-toggle" type="button">toggle menu</button> | ||
<div class="library-name"> | ||
<a class="library-name--link" href="../../index.html"> | ||
compose | ||
</a> | ||
</div> | ||
<div class="library-version"> | ||
</div> | ||
</div> | ||
<div class="filter-section" id="filter-section"> | ||
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":compose:dokkaHtml/release">androidJvm</button> | ||
</div> | ||
</div> | ||
<div class="navigation-controls"> | ||
<button class="navigation-controls--btn navigation-controls--theme" id="theme-toggle-button" type="button">switch theme</button> | ||
<div class="navigation-controls--btn navigation-controls--search" id="searchBar" role="button">search in API</div> | ||
</div> | ||
</nav> | ||
<div id="container"> | ||
<div class="sidebar" id="leftColumn"> | ||
<div class="sidebar--inner" id="sideMenu"></div> | ||
</div> | ||
<div id="main"> | ||
<div class="main-content" data-page-type="member" id="content" pageIds="compose::com.yourssu.handy.compose//LeftAlignedTopAppBar/#kotlin.String#kotlin.Function1[androidx.compose.foundation.layout.RowScope,kotlin.Unit]?/PointingToDeclaration//901554290"> | ||
<div class="breadcrumbs"><a href="../../index.html">compose</a><span class="delimiter">/</span><a href="index.html">com.yourssu.handy.compose</a><span class="delimiter">/</span><span class="current">LeftAlignedTopAppBar</span></div> | ||
<div class="cover "> | ||
<h1 class="cover"><span>Left</span><wbr></wbr><span>Aligned</span><wbr></wbr><span>Top</span><wbr></wbr><span>App</span><wbr></wbr><span><span>Bar</span></span></h1> | ||
</div> | ||
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":compose:dokkaHtml/release"><div class="symbol monospace"><div class="block"><div class="block"><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a></div></div><span class="token keyword">fun </span><a href="-left-aligned-top-app-bar.html"><span class="token function">LeftAlignedTopAppBar</span></a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">title<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a><span class="token punctuation">, </span></span><span class="parameter ">actions<span class="token operator">: </span><span><span class="token annotation builtin">@</span><a href="https://developer.android.com/reference/kotlin/androidx/compose/runtime/Composable.html"><span class="token annotation builtin">Composable</span></a> </span><a href="https://developer.android.com/reference/kotlin/androidx/compose/foundation/layout/RowScope.html">RowScope</a><span class="token punctuation">.</span><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator"> -> </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html">Unit</a><span class="token operator">?</span><span class="token operator"> = </span>null</span></span><span class="token punctuation">)</span></div><p class="paragraph">Left-aligned</p><p class="paragraph">타이틀이 좌측에 위치한 탑앱바입니다. 기능의 첫 페이지에 사용되는 탑앱바로, 현재 페이지의 제목을 나타낼 때 사용합니다. 아이콘으로 기능을 명확하게 표현하지 못하거나 확실하게 기능을 설명하고 싶을 때 아이콘 대신 Text를 사용할 수 있습니다.</p><h4 class="">Parameters</h4><div class="table"><div class="table-row" data-filterable-current=":compose:dokkaHtml/release" data-filterable-set=":compose:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>title</span></span></u></div></span></div><div><div class="title"><p class="paragraph">headline or Logo 최대 9자(공백 포함)</p></div></div></div></div><div class="table-row" data-filterable-current=":compose:dokkaHtml/release" data-filterable-set=":compose:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><u><span><span>actions</span></span></u></div></span></div><div><div class="title"><p class="paragraph">오른쪽 아이콘 or 텍스트 (아이콘은 임의로 변경할 수 있으며 Left-aligned의 우측엔 최대 3개의 아이콘 버튼)</p></div></div></div></div></div></div></div> | ||
</div> | ||
<div class="footer"> | ||
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2025 Copyright</span><span | ||
class="pull-right"><span>Generated by </span><a | ||
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.