-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
# Module core | ||
|
||
The core menu provider system. This module contains everything you need to use a `MenuHost` and | ||
create `MenuItems`. | ||
create `MenuItems`. Use this if you aren't using Material3, or if you prefer to build UI yourself. | ||
|
||
# Package com.boswelja.menuprovider | ||
|
||
Contains all foundational components used to build a menu. |
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
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 |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# Module material3 | ||
|
||
A set of opinionated Composables that can be used to streamline displaying menu items with a | ||
material3 design. | ||
material3 design. Use this for convenient access to menu-related UI that adapts to your Material3 | ||
theme. | ||
|
||
# Package com.boswelja.menuprovider.material3 | ||
|
||
Contains all material3-related menu Composables. |