SimpleToolkit.Core
5.1.1
See the version list below for details.
dotnet add package SimpleToolkit.Core --version 5.1.1
NuGet\Install-Package SimpleToolkit.Core -Version 5.1.1
<PackageReference Include="SimpleToolkit.Core" Version="5.1.1" />
paket add SimpleToolkit.Core --version 5.1.1
#r "nuget: SimpleToolkit.Core, 5.1.1"
// Install SimpleToolkit.Core as a Cake Addin #addin nuget:?package=SimpleToolkit.Core&version=5.1.1 // Install SimpleToolkit.Core as a Cake Tool #tool nuget:?package=SimpleToolkit.Core&version=5.1.1
SimpleToolkit.Core
The SimpleToolkit.Core package is a set of simple .NET MAUI controls and helpers.
Controls
These are all the controls this package has to offer:
Icon
- control that allows you to display a tinted imageContentButton
- button that can hold whatever content you wantPopover
- control that allows you to display custom popovers (flyouts) anchored to any control
Getting Started
In order to use the controls listed above, you need to call the UseSimpleToolkit()
extension method in your MauiProgram.cs
file:
builder.UseSimpleToolkit();
XAML namespace
All controls can be found in the following XAML namespace:
xmlns:simpleCore="clr-namespace:SimpleToolkit.Core;assembly=SimpleToolkit.Core"
Helpers
These are all the helpers this package has to offer:
- Safe area helpers - helpers for managing the safe area of an application window
- System bars helpers - helpers for changing the appearance of system bars on Android
- Bounds helper -
GetBounds()
extension method returning the bounds of aVisualElement
relative to anotherVisualElement
or the app screen if no element is passed as an argument
See documentation for more information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-android34.0 is compatible. net8.0-browser was computed. net8.0-ios was computed. net8.0-ios17.2 is compatible. net8.0-maccatalyst was computed. net8.0-maccatalyst17.2 is compatible. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows10.0.19041 is compatible. |
-
net8.0
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
-
net8.0-android34.0
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
-
net8.0-ios17.2
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
-
net8.0-maccatalyst17.2
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
-
net8.0-windows10.0.19041
- Microsoft.Maui.Controls (>= 8.0.61)
- Microsoft.Maui.Controls.Compatibility (>= 8.0.61)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SimpleToolkit.Core:
Package | Downloads |
---|---|
SimpleToolkit.SimpleShell.Controls
Collection of ready-to-use, navigation-related controls that is part of SimpleToolkit library. These controls work well with SimpleShell. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on SimpleToolkit.Core:
Repository | Stars |
---|---|
RadekVyM/MarvelousMAUI
.NET MAUI clone of the Wonderous app - a visual showcase of eight wonders of the world.
|
|
RadekVyM/SimpleToolkit
SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
|
|
SineVector241/VoiceCraft-MCBE_Proximity_Chat
VoiceCraft software to implement proximity VC for Minecraft Bedrock Edition
|
Version | Downloads | Last updated |
---|---|---|
5.1.2 | 2,217 | 7/19/2024 |
5.1.1 | 195 | 7/14/2024 |
5.1.0 | 183 | 7/11/2024 |
5.0.0 | 1,519 | 6/12/2024 |
4.0.0 | 17,758 | 11/17/2023 |
3.0.0 | 5,392 | 7/1/2023 |
2.0.6 | 4,615 | 4/2/2023 |
2.0.5 | 405 | 4/1/2023 |
2.0.4 | 394 | 3/27/2023 |
2.0.3 | 1,810 | 2/3/2023 |
2.0.2 | 641 | 12/28/2022 |
2.0.1 | 312 | 11/27/2022 |
2.0.0 | 267 | 11/11/2022 |
1.0.0 | 636 | 9/19/2022 |
1.0.0-preview2 | 195 | 9/9/2022 |
1.0.0-preview1 | 244 | 9/7/2022 |