Skip to content

Latest commit

 

History

History
 
 

SimpleToolkit.Core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

SimpleToolkit.Core

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 image
  • ContentButton - button that can hold whatever content you want
  • Popover - 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();

Helpers

These are all the helpers this package has to offer: