Material.Avalonia
Material.Avalonia copied to clipboard
Material design in AvaloniaUI
> This is a PR draft, it will be able to merge after all related commits are applied. # 3.0 Feature update PR ## What this PR used for? This...
Same card with validation errors and with no validation errors.  Can be worked around with setting single space as hint when it's not required, but I'd rather had that...
Hi, You're using a dependency to Material.Icons from this repo : https://github.com/SKProCH/Material.Icons/ This external material icons lib by SKPoCH is great (thousands of icons) but in a end project we...
Hello, when using `Material.Avalonia` on Mac OS the `ComboBox` does not seems to work as expected. Left clicking does not reveal the available `ComboBoxItems`. The items are only shown when...
Hi, i tried using the same code as the Demo app but the Progress Bar is not showing and working correctly, i tried using the latest stable and nightly builds...
Currently I do not see a style for the `TimePicker`. Has this been lost? `DatePicker` works without any problems at this point. v2.5.0.73-nightly
When i try to open any of the dialogs in our demo i get following exception: ``` System.InvalidCastException: Unable to cast object of type 'Material.Dialog.ViewModels.Elements.Header.Icons.DialogIconViewModel' to type 'Material.Dialog.ViewModels.DialogWindowViewModel'. at CompiledAvaloniaXaml.XamlIlHelpers.Material.Dialog.ViewModels.DialogWindowViewModel,Material.Dialog.DialogIcon!Getter(Object...
It would be handy to provide user feedback when combo box value is required, with the appearance similar to TextBox one 
What is the best way to proceed if you want to link your existing `IDialogWindow` logic with the `DialogHost` (https://github.com/AvaloniaUtils/DialogHost.Avalonia)? Currently I have implemented all popups or dialogs in my...
Steps to reproduce : Add color changes to Material.Demo following way ```C# public static void UseMaterialUIDarkTheme() { MaterialThemeStyles.BaseTheme = BaseThemeMode.Dark; MaterialThemeStyles.PrimaryColor = PrimaryColor.Green; MaterialThemeStyles.SecondaryColor = SecondaryColor.Green; } public static void...