Skip to content

Commit

Permalink
feat: uses NavigationSuiteScaffold
Browse files Browse the repository at this point in the history
* forked the NavigationSuiteScaffold from compose lib
* created BottomNavBar for bottom navigation
  • Loading branch information
isfaaghyth committed Sep 14, 2024
1 parent 7bf4018 commit 29bbc3b
Show file tree
Hide file tree
Showing 5 changed files with 715 additions and 28 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ kotlin {
implementation(compose.components.uiToolingPreview)

// Material3
// implementation(libs.composematerial3.adaptive)
// implementation(libs.composematerial3.adaptive.layout)
// implementation(libs.composematerial3.adaptive.navigation)
implementation(libs.composematerial3.adaptive)
implementation(libs.composematerial3.adaptive.layout)
implementation(libs.composematerial3.adaptive.navigation)

// Common
implementation(libs.common.koin)
Expand Down
Loading

0 comments on commit 29bbc3b

Please sign in to comment.