Skip to content

kbrkiras/MauiComponents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Components for .NET MAUI

🚀 Getting Started

Quick Start

  1. Install via NuGet

Terminal:

dotnet add package KbrKiras.MauiComponents -Version 1.0.2

Nuget Terminal:

Install-Package KbrKiras.MauiComponents -Version 1.0.2

How to use it?

Navbar

....
xmlns:mauicomponents="clr-namespace:MauiComponents;assembly=MauiComponents"
....

<Shell.TitleView>
        <mauicomponents:NavBar>
            <mauicomponents:NavBar.BindingContext>
                <models:NavBarModel Title="Test" Icon="dotnet_bot.svg"></models:NavBarModel>
            </mauicomponents:NavBar.BindingContext>
        </mauicomponents:NavBar>
</Shell.TitleView>

image

TextInput

<mauicomponents:TextInput>
                <mauicomponents:TextInput.BindingContext>
                    <models:EntryModel ShowIconWhenEmpty="True" Icon="search.png" Placeholder="Search"></models:EntryModel>
                </mauicomponents:TextInput.BindingContext>
 </mauicomponents:TextInput>

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published