Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4135422 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2024
1 parent defba09 commit 6a24dc9
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 8 deletions.
29 changes: 25 additions & 4 deletions docs/latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,21 @@
</span>
</a>

<nav class="md-nav" aria-label="Samples">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#desktop" class="md-nav__link">
<span class="md-ellipsis">
Desktop
</span>
</a>

</li>

</ul>
</nav>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1012,19 +1027,25 @@ <h3 id="4-use-naveventnavigator-in-viewmodel-s-composable-s-to-trigger-navigatio
</code></pre></div>
<h2 id="samples">Samples<a class="headerlink" href="#samples" title="Permanent link">&para;</a></h2>
<ul>
<li><a href="https://github.com/hoc081098/solivagant/tree/master/samples/sample">Complete sample - Products app</a>: a complete sample
that demonstrates how to use <code>solivagant-navigation</code> in <code>Compose Multiplatform (Android, Desktop, iOS)</code><ul>
<li>
<p><a href="https://github.com/hoc081098/solivagant/tree/master/samples/sample">Complete sample - Products app</a>: a complete sample
that demonstrates how to use <code>solivagant-navigation</code> in <code>Compose Multiplatform (Android, Desktop, iOS)</code></p>
<ul>
<li><code>solivagant-navigation</code> for navigation in Compose Multiplatform.</li>
<li><code>kmp-viewmodel</code> to share <code>ViewModel</code> and <code>SavedStateHandle</code>.</li>
<li><code>Koin DI</code>.</li>
</ul>
<h6 id="desktop">Desktop<a class="headerlink" href="#desktop" title="Permanent link">&para;</a></h6>
<p><a href="https://github.com/user-attachments/assets/8b2d806f-3650-47ed-96a2-d9bc72342d25">https://github.com/user-attachments/assets/8b2d806f-3650-47ed-96a2-d9bc72342d25</a></p>
</li>
</ul>
<ul>
<li><a href="https://github.com/hoc081098/solivagant/tree/master/samples/simple">Simple sample</a>: a simple sample
<li><a href="https://github.com/hoc081098/solivagant/tree/master/samples/simple">Simple sample - Multibackstacks sample</a>: a simple sample
that demonstrates how to use <code>solivagant-navigation</code> in <code>Compose Multiplatform (Android, Desktop, iOS)</code> to
switch between tabs (bottom navigation), but can keep the back stack state of each tab.
Basically, it&rsquo;s a <strong>multi-backstack</strong> demo sample.</li>
Basically, it&rsquo;s a <strong>multi-backstack</strong> demo sample.<p>###### Desktop</p>
<p><a href="https://github.com/user-attachments/assets/300d7153-ccc0-49b3-a272-ff4f22f66e03">https://github.com/user-attachments/assets/300d7153-ccc0-49b3-a272-ff4f22f66e03</a></p>
</li>
</ul>
<ul>
<li><a href="https://github.com/hoc081098/Compose-Multiplatform-KmpViewModel-KMM-Unsplash-Sample">Compose Multiplatform KmpViewModel KMM Unsplash Sample</a>: A KMP template of the Unsplash App using Compose multiplatform for Android, Desktop, iOS. Share everything including data, domain, presentation, and UI.</li>
Expand Down
Loading

0 comments on commit 6a24dc9

Please sign in to comment.