-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fluent] feat: Add BackIcon and NavigationIcon for NavigationView
This commit introduces two new icons, `BackIcon` and `NavigationIcon`, for use within the `NavigationView` component. - `BackIcon`: Represents a back button and provides a subtle scale animation on press. - `NavigationIcon`: Represents a navigation menu and provides a subtle scale animation on press. These icons are now used by default for the `BackButton` and `ExpandedButton` composables within `NavigationView`. They enhance the visual feedback and consistency of the navigation experience.
- Loading branch information
Showing
3 changed files
with
138 additions
and
64 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
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