CraftUI
CraftUI is a design system library for .NET MAUI. Simply copy CraftUI.Library.Maui into your project and enjoy full control, unlimited customization and lifetime maintainability (no NuGet packages).
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- colors.xml
- AndroidManifest.xml
- MainActivity.cs
- MainApplication.cs
- AppDelegate.cs
- Info.plist
- Program.cs
- AppDelegate.cs
- Entitlements.plist
- Info.plist
- Program.cs
- app.manifest
- App.xaml
- App.xaml.cs
- Package.appxmanifest
- ContentPageBase.cs
- RouteConstants.cs
- ViewModelBase.cs
- ButtonPage.xaml
- ButtonPage.xaml.cs
- ButtonPageViewModel.cs
- DatePickerPage.xaml
- DatePickerPage.xaml.cs
- DatePickerPageViewModel.cs
- EntryPage.xaml
- EntryPage.xaml.cs
- EntryPageViewModel.cs
- EntryPageViewModelValidator.cs
- PickerMultipleSelectionPage.xaml
- PickerMultipleSelectionPage.xaml.cs
- PickerPage.xaml
- PickerPage.xaml.cs
- PickerPageViewModel.cs
- PickerSingleSelectionPage.xaml
- PickerSingleSelectionPage.xaml.cs
- ProgressBarPage.xaml
- ProgressBarPage.xaml.cs
- ProgressBarPageViewModel.cs
- ControlsList.xaml
- ControlsList.xaml.cs
- ControlsListViewModel.cs
- SettingsPage.xaml
- SettingsPage.xaml.cs
- SettingsPageViewModel.cs
- UseCasesList.xaml
- UseCasesList.xaml.cs
- UseCasesListViewModel.cs
- launchSettings.json
- appicon.svg
- appiconfg.svg
- OpenSans-Regular.ttf
- OpenSans-Semibold.ttf
- chevron_bottom.svg
- close.svg
- demo_code.svg
- demo_cog.svg
- demo_date_picker.svg
- demo_hand_click.svg
- demo_info.svg
- demo_input.svg
- demo_new_window.svg
- demo_picker.svg
- demo_progress_bar.svg
- demo_use_cases.svg
- demo_work_in_progress.svg
- AboutAssets.txt
- splash.svg
- Buttons.xaml
- Colors.xaml
- CustomControls.xaml
- Layouts.xaml
- Styles.xaml
- App.xaml
- App.xaml.cs
- AppShell.xaml
- AppShell.xaml.cs
- CraftUI.Demo.csproj
- MauiProgram.cs
- CityVm.cs
- IDisplayService.cs
- INavigationService.cs
- IToastService.cs
- ICityService.cs
- ICountryService.cs
- LinkMenuItem.cs
- CountryVm.cs
- CraftUI.Demo.Application.csproj
- DisplayService.cs
- NavigationService.cs
- ToastService.cs
- CraftUI.Demo.Infrastructure.csproj
- DependencyInjection.cs
- CityService.cs
- CountryService.cs
- CraftUI.Demo.Services.csproj
- DependencyInjection.cs
- BaseLabelExtension.cs
- ObjectExtension.cs
- ResourceHelper.cs
- ViewHelper.cs
- ColorResources.cs
- LabelBase.xaml
- LabelBase.xaml.cs
- SelectionList.cs
- CfProgressBar.cs
- CfProgressBarHandler.cs
- CfButton.xaml
- CfButton.xaml.cs
- CfDatePicker.xaml
- CfDatePicker.xaml.cs
- CfDatePickerInternal.cs
- CfEntry.xaml
- CfEntry.xaml.cs
- CfPicker.xaml
- CfPicker.xaml.cs
- CfPickerMultipleSelection.xaml
- CfPickerMultipleSelection.xaml.cs
- CfPickerSingleSelection.xaml
- CfPickerSingleSelection.xaml.cs
- SelectedItemsContainsConverter.cs
- ShowErrorConverter.cs
- GutterMarkupExtension.cs
- CfCollectionMultiSelectionPopup.xaml
- CfCollectionMultiSelectionPopup.xaml.cs
- CfCollectionSingleSelectionPopup.xaml
- CfCollectionSingleSelectionPopup.xaml.cs
- CraftUI.Library.Maui.csproj
- DependencyInjection.cs
- .gitignore
- CraftUI.sln
- global.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/StephanArnas/CraftUI
Downloads the entire project code from GitHub to your computer.
cd CraftUI
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
