Skip to content

Commit

Permalink
Merge pull request #20 from RadekVyM/dev
Browse files Browse the repository at this point in the history
3.0.0
  • Loading branch information
RadekVyM authored Jul 1, 2023
2 parents 57bf492 + 138d0e8 commit 073fc78
Show file tree
Hide file tree
Showing 131 changed files with 3,306 additions and 922 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ See [documentation](./docs/SimpleToolkit.Core) for more information.

The *SimpleToolkit.SimpleShell* package provides you with a simplified implementation of .NET MAUI `Shell` that lets you easily create a custom navigation experience in your .NET MAUI applications. The implementation is simply called `SimpleShell`.

All `SimpleShell` is is just a simple container for your content with the ability to put the hosting area for pages wherever you want. Thanks to that, you are able to add custom tab bars, navigation bars, flyouts, etc. to your `Shell` application while using great `Shell` URI-based navigation.
All `SimpleShell` is is just a simple container for your content with the ability to put the hosting area for pages wherever you want, giving you the flexibility to add custom tab bars, navigation bars, flyouts, etc. to your `Shell` application while using great `Shell` URI-based navigation.

In order to use `SimpleShell`, you need to call the `UseSimpleShell()` extension method in your `MauiProgram.cs` file:

Expand Down
3 changes: 2 additions & 1 deletion docs/SimpleToolkit.Core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ builder.UseSimpleToolkit();
These are all the helpers this package has to offer:

- [Safe area helpers](SafeAreaHelpers.md) - helpers for managing the safe area of an application window
- [System bars helpers](SystemBarsHelpers.md) - helpers for changing the appearance of system bars on Android
- [System bars helpers](SystemBarsHelpers.md) - helpers for changing the appearance of system bars on Android
- Bounds helper - `GetBounds()` extension method returning the bounds of a `VisualElement` relative to another `VisualElement` or the app screen if no element is passed as an argument
Loading

0 comments on commit 073fc78

Please sign in to comment.