Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mumtozbekov/antwpf

Ant Design components for wpf
https://github.com/mumtozbekov/antwpf

ant-design c-sharp design theme wpf wpf-controls wpf-ui xaml xaml-style xaml-ui

Last synced: 21 days ago
JSON representation

Ant Design components for wpf

Awesome Lists containing this project

README

        

# AntWpf
A UI framework using [ant design](https://ant.design/docs/spec/introduce) language to help developers build their own WPF applications.

##### Under development, not suitable for production environment

# GETTING STARTED

```








```
## Buttons

![Buttons](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/buttons.png?raw=true)
```
xmlns:Ant="clr-namespace:AntWpf.Controls;assembly=AntWpf"









```
## Inputs

![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/inputs.png?raw=true)
```
xmlns:Ant="clr-namespace:AntWpf.Controls;assembly=AntWpf"










```
# CheckBoxes & RadioButtons

![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/check_radios.png?raw=true)
```








```
# ProgressBars

![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/progress_bar.png?raw=true)
```






```
# Icons

![Inputs](https://github.com/mumtozbekov/AntWpf/blob/master/AntWpf/images/icons.png?raw=true)
```

```
[![AntDesign](https://img.shields.io/nuget/dt/AntWpf)](https://www.nuget.org/packages/AntWpf/)
[![AntDesign](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](https://github.com/Mumtozbekov/AntWpf/blob/master/AntWpf/LICENSE.txt)