Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
MIT License
200 stars 14 forks source link

🚀 Add Uranium ui kit gallery #141

Open Strypper opened 1 year ago

Strypper commented 1 year ago

Description

Uranium UI Kit

Uranium is a Free & Open-Source UI Kit for .NET MAUI. It provides a set of controls and utilities to build modern applications. It is built on top of the .NET MAUI infrastructure and provides a set of controls and layouts to build modern UIs. It also provides infrastructure for building custom controls and themes on it. Original link

InputKit:

They also provide a kit of controls that help a lot of missing pieces in .NET MAUI Original link

  1. Checkbox image
  2. RadioButton image
  3. SelectionView image
  4. AdvancedEntry image
  5. AdvancedSlider image
  6. FormView image
  7. Dropdown image
  8. AutoCompleteEntry image

Public API Changes

xmlns:input="clr-namespace:InputKit.Shared.Controls;assembly=InputKit.Maui"

<input:CheckBox Text="Hello World">

<input:CheckBox 
        Text="Hello World!"
        Color="Blue"
        BorderColor="LightBlue"
        IconColor="DarkBlue"
        BoxBackgroundColor="LightGray"
        TextColor="Blue"
        BackgroundColor="AliceBlue" />

Intended Use-Case

Advanced Slider and AutoCompleteEntry are pretty useful in this library, I'm these will come in handy sometimes