Skip to content

🚀 Add Uranium ui kit gallery #141

Open
@Strypper

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Projects

  • Status

    Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions